/ Published in: Python
URL: http://www.daniweb.com/forums/thread58995.html
Expand |
Embed | Plain Text
import time print "Hello ..." time.sleep(2.5) # wait 2.5 seconds print "... there!"
You need to login to post a comment.
URL: http://www.daniweb.com/forums/thread58995.html
import time print "Hello ..." time.sleep(2.5) # wait 2.5 seconds print "... there!"
You need to login to post a comment.