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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to