Revision: 32192
Updated Code
at September 21, 2010 01:54 by stavelin
Updated Code
import time print "Hello ..." time.sleep(2.5) # wait 2.5 seconds print "... there!"
Revision: 32191
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 21, 2010 01:53 by stavelin
Initial Code
import time print "Hello ..." time.sleep(2.5) # wait 2.5 seconds print "... there!"
Initial URL
http://www.daniweb.com/forums/thread58995.html
Initial Description
Initial Title
set delay in python
Initial Tags
python
Initial Language
Python