How to suspend execution for at least x seconds in python ? (ie does "sleep" exist in Python ?)

Richard Jones rjones at ekit-inc.com
Mon Jun 3 04:23:30 EDT 2002


On Mon, 3 Jun 2002 18:03, Nicolas Torzec wrote:
> Dear all,
> I was wondering if an utility like "sleep x" exist in python ?
> Under Unix-like operating systems, the sleep utility suspends execution for
> at least x seconds under...

Look up the time module, specifically time.sleep.


   Richard






More information about the Python-list mailing list