question on "input"

Devan L devlai at gmail.com
Tue Jul 12 10:39:04 EDT 2005


Use raw_input instead. It returns a string of whatever was typed. Input
expects a valid python expression.




More information about the Python-list mailing list