sleep(seconds)?

Roman Suzi rnd at onego.ru
Fri May 4 00:15:55 EDT 2001


On Thu, 3 May 2001, CyberGuest wrote:

>is there any function similar to sleep in python???

There is sleep in Python:

from time import sleep
seconds = 1.25
sleep(seconds)



>
>ricky
>
>

Sincerely yours, Roman Suzi
-- 
_/ Russia _/ Karelia _/ Petrozavodsk _/ rnd at onego.ru _/
_/ Friday, May 04, 2001 _/ Powered by Linux RedHat 6.2 _/
_/ "A program without bugs is obsolete." _/





More information about the Python-list mailing list