[Tutor] windows: pop up window

Kent Johnson kent37 at tds.net
Sat Mar 22 23:15:12 CET 2008


elis aeris wrote:
> oh sorry, I should have been clear:
> 
> how about just popping  a prompt in the same window that is running the 
> script?

Sounds like you want raw_input():
http://docs.python.org/lib/built-in-funcs.html#l2h-59

Kent


More information about the Tutor mailing list