Alternative to raw_input ?

BOOGIEMAN BOOGIEMANPN at YAHOO.COM
Sun Feb 13 10:29:56 EST 2005


On Sun, 13 Feb 2005 12:08:26 +1000, Nick Coghlan wrote:

> Try this:
> 
> print "Hit a key!"
> cekaj()
> print "Nap time!"
> time.sleep(15)
> print "Hit another key!"
> cekaj()
> 
> with the two different implementations, and see what happens if you hit a key 
> when the 'Nap Time!' prompt appears.

I see the difference now, thanks



More information about the Python-list mailing list