Wait/Delay
pehr anderson
pehr at pehr.net
Thu Jul 6 22:35:37 EDT 2000
More information about the Python-list mailing list
Thu Jul 6 22:35:37 EDT 2000
- Previous message (by thread): Wait/Delay
- Next message (by thread): Win32com ADO curiosity #1: MoveNext
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Wait/Delay
- Next message (by thread): Win32com ADO curiosity #1: MoveNext
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list