Wait/Delay

pehr anderson pehr at pehr.net
Thu Jul 6 22:35:37 EDT 2000


The great thing about time.sleep is that it 
supports floating point numbers!

import time
time.sleep(0.1) 

http://python.org/doc/current/lib/module-time.html


	-pehr

A J Wilson wrote:
> 
> Hi
> 
> Is there a command/function in python to put a delay or wait step into a
> program?
> 
> Thanks
> Austin



More information about the Python-list mailing list