Amir Dekel wrote:

> This must be the silliest question ever:
> 
> What about user input in Python? (like stdin)
> Where can I find it? I can't find any references to it in the
> documentation.
> 
> Amir

Simple, Simple, Simple:

Var = raw_input("Some prompting text here: ")


-- 
Harlin Seritt
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to