python2 input

Steven D'Aprano steve+comp.lang.python at pearwood.info
Fri May 3 03:29:56 EDT 2013


On Fri, 03 May 2013 15:16:09 +0800, dabaichi wrote:

> Hello guys:
> Do you have found that the built-in input() function is dangerous.


Correct. Use raw_input instead.


-- 
Steven



More information about the Python-list mailing list