Wait/Delay

David Porter jcm at bigskytel.com
Thu Jul 6 15:23:03 EDT 2000


* A J Wilson <wilson.austin.aj at bhp.com.au>:

> Is there a command/function in python to put a delay or wait step into a
> program?

import time
time.sleep(1)





More information about the Python-list mailing list