Call

অধ্যবসায়।

Talk Doctor Online in Bissoy App

Under python 2.7, 'input()' asks for an input to execute (a python statement). The exemple above is for python 3 which disable the direct execution of code via 'input()'. So, if you need the user to give you an input, use 'raw_input()' instead of 'input()'

Talk Doctor Online in Bissoy App