sleep function?

Andreas Jung ajung at sz-sb.de
Fri Apr 28 08:41:19 EDT 2000


On Fri, Apr 28, 2000 at 12:24:57PM +0000, tiddlerdeja at my-deja.com wrote:
> Does python have a sleep function? e.g. sleep(60) to wait 60 seconds?
> 
> I realise this is a lame question, but I have no python documentation
> around just now.

Yeah - it´s quite lame :)

import time
time.sleep(60)

Andreas 




More information about the Python-list mailing list