I'm a newbie and I'm still stumped...

Paul Rubin no.email at nospam.invalid
Mon Aug 3 03:14:18 EDT 2015


Dwight GoldWinde <Dwight at GoldWinde.com> writes:
> word = input('Enter a word ')

Use raw_input instead of input.  In python 2.x, input treats the stuff
you enter as a Python expression instead of a string.



More information about the Python-list mailing list