Re: [Tutor] elif

2006-06-06 Thread Sean Fioritto
Øyvind, I know this isn't Python advice, but in general it seems as if setting up a cron job would be easier. If you don't know how, I could gladly help. - Sean On 6/6/06, Øyvind <[EMAIL PROTECTED]> wrote: > Hello. > > I need to make a program that does certain things every 5 minutes > mon-frida

Re: [Tutor] Cell Bio Newbie Here

2005-04-12 Thread Sean Fioritto
The reason you are looping forever is because you are not resetting current_count to zero. Let's step through your logic, assume that current_count = 2 - you enter into the if part of your logic - prompt the user for a password - user enters a password, let's assume it's not unicorn, and you stor