/ Published in: Python
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
import time print "Hello ..." time.sleep(2.5) # wait 2.5 seconds print "... there!"
URL: http://www.daniweb.com/forums/thread58995.html