Every 10 seconds?

Mark McEahern marklists at mceahern.com
Wed Feb 12 13:47:50 EST 2003


> 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???

This is typically referred to as sleep.  So I'd google for "python sleep".
This comes up early in the search results:

  http://www.faqts.com/knowledge_base/view.phtml/aid/2609/fid/378

// m

-






More information about the Python-list mailing list