thanks.
I'm also trying time.time()
I hope one works.
One disadvantage though, now that i think of it is that time.sleep() freezes everything and I don't think I want that but I'll try it anyway.

On 12/6/05, Pujo Aji <[EMAIL PROTECTED] > wrote:
Probably the simplest thing is to make the computer sleep in a specific time.

Example:
def main():
    time.sleep(2) # sleeping 2 second
    print 'finish'

Cheers,
pujo

On 12/6/05, Joseph Quigley <[EMAIL PROTECTED]> wrote:
I'd like to make a 30 minute timer. How an I do that? With time?
Thanks,
   Joe

--
There are 10 different types of people in the world.
Those who understand binary and those who don't.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor






--
There are 10 different types of people in the world.
Those who understand binary and those who don't.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to