[Tutor] Command Line Promps

Bob Gailer bgailer at alum.rpi.edu
Sun Jun 3 21:27:36 CEST 2007


Jason Coggins wrote:
> Is it possible to have a Python program issue a command line promp to 
> the terminal while the program is running?
See raw_input() and input() built-in functions.
>  
-- 
Bob Gailer
510-978-4454



More information about the Tutor mailing list