input of data from keyboard

Richard Jones richard at bizarsoftware.com.au
Tue Aug 21 20:36:56 EDT 2001


On Wednesday 22 August 2001 10:04, Rajarshi Guha wrote:
> Hi,
>   what function can I use to get input from the keyboard (or stdin)?

See the Python Library Reference, section 2.3, raw_input. A search of the 
index for "input" finds it (eventually :)


   Richard




More information about the Python-list mailing list