Every 10 seconds?
grayrest
grayrest at grayrest.com
Wed Feb 12 14:10:07 EST 2003
More information about the Python-list mailing list
Wed Feb 12 14:10:07 EST 2003
- Previous message (by thread): Every 10 seconds?
- Next message (by thread): Every 10 seconds?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hutchins, Mike wrote: > Ok, if I wanted to write a script that just sat there and every 10 > seconds did > > print "Hello World" > > how would I do that??? > import time while 1: print "Hello, World!" time.sleep(10) -- grayrest http://grayrest.com/moz
- Previous message (by thread): Every 10 seconds?
- Next message (by thread): Every 10 seconds?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list