Input again (!!@#&#$^@#$)

Mark McEahern marklists at mceahern.com
Fri Jul 12 14:46:37 EDT 2002


> input = raw_input('What's your answer? ')

When posting questions about syntax, it helps to paste an interactive Python
session rather than pseudocode.

input is a keyword; probably not a good idea to use it as a variable name.

// m

-






More information about the Python-list mailing list