Dwight GoldWinde <dwi...@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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to