How can I waste time ?

Paul Rubin http
Wed Feb 18 23:02:24 EST 2004


richardshea at fastmail.fm (Richard Shea) writes:
> I want my script to pause for a pre-determined number of seconds. How
> do you do that ?

import time
time.sleep(3)  # sleep 3 seconds



More information about the Python-list mailing list