sleep(seconds)?

David Lees debl at nospmmytheworld.com
Thu May 3 22:00:13 EDT 2001


You bet. It is in the time module.

import time

time.sleep(2)

will sleep for 2 seconds.

david lees


CyberGuest wrote:
> 
> is there any function similar to sleep in python???
> 
> ricky



More information about the Python-list mailing list