On Mon, 5 Jul 2010, Dipo Elegbede wrote:

Hello,

I seem to be having problems with raw_input.

i wrote something like:

raw_input('Press Enter')

it comes back to tell me raw_input is not defined, a NameError!

Is it that something about it has changed in python 3.1 or I have been writing 
the wrong thing.

Please enlighten me.

regards.

--
Elegbede Muhammed Oladipupo
OCA
+2348077682428
+2347042171716
www.dudupay.com
Mobile Banking Solutions | Transaction Processing | Enterprise Application 
Development


In Python 3, input has replaced raw_input.

This contains info about that and other things that have changed:

  http://www.ibm.com/developerworks/linux/library/l-python3-1/
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to