sleep function?

Oleg Broytmann phd at phd.russ.ru
Fri Apr 28 08:40:34 EDT 2000


On Fri, 28 Apr 2000 tiddlerdeja at my-deja.com wrote:
> Does python have a sleep function? e.g. sleep(60) to wait 60 seconds?

   from time import sleep

Oleg.            (All opinions are mine and not of my employer)
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list