Hi
I am new to python. I learnt (!) using  raw_input a day back. Attempt to
use has resulted in error. I am not able to spot a problem in syntax. I am
using python 3.4.2. Kindly help


a = raw_input("Write down your name: ")

Output:


Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    a = raw_input("Write down your name: ")
NameError: name 'raw_input' is not defined
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to