Timer

Dave Harrison dave at nullcube.com
Mon Oct 27 05:24:59 EST 2003


> > > Does Python have a timer mechanism? i.e. an "after 500 milliseconds, run
> > > this bit of code" sort of thing?

why not just use the time.sleep() function ?





More information about the Python-list mailing list