How can I waste time ?

Ben Finney bignose-hates-spam at and-benfinney-does-too.id.au
Wed Feb 18 22:28:06 EST 2004


On 18 Feb 2004 19:35:55 -0800, Richard Shea wrote:
> I want my script to pause for a pre-determined number of seconds. How
> do you do that ?

What you want is to send your application to sleep for a specified time.

    <http://www.python.org/doc/lib/module-time.html#l2h-1763>

-- 
 \      "I went to a garage sale. 'How much for the garage?' 'It's not |
  `\                                     for sale.'"  -- Steven Wright |
_o__)                                                                  |
Ben Finney <http://bignose.squidly.org/>



More information about the Python-list mailing list