Return to Snippet

Revision: 32192
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
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