Can't understand what python wants from me

mark.seagoe at gmail.com mark.seagoe at gmail.com
Thu Jan 29 17:33:20 EST 2009


On Jan 29, 1:50 pm, Oleksiy Khilkevich <g... at asu.ntu-kpi.kiev.ua>
wrote:
> Hello, everyone,
> This may be a totally noob question, but since I am one, so here is it.

For the input function, python is expecting you to input a number or a
string.  If you enter 'asd' without the '' then it thinks you are
entering some variable that you've assigned to asd.

Instead of asd, try to enter 'asd'.



More information about the Python-list mailing list