Re: [Tutor] new user question about while loops

2005-10-26 Thread Nick Eberle
Ahh makes much more sense, thanks for all the help! I'll go back and rework it, keeping in mind trying to solve each piece separately. Thanks again all. -Original Message- From: Alan Gauld [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 1:53 AM To: Nick Eberle; bob;

Re: [Tutor] new user question about while loops

2005-10-25 Thread Nick Eberle
< 100:    flip -= 1    random.randrange(2)    if flip < 100:    break   print "\nThe amount of times tails came up was" , tails , "The amount of times heads came up was" , heads   raw_input() From: bob [mailto:[EMAIL PROTECTED]Sent: Tue 10/25/2005 10:58 PMTo: Nick Eberle;

[Tutor] new user question about while loops

2005-10-25 Thread Nick Eberle
Sorry for potential double post, error with first send -- Hello all,   I had a new question about python. I am pretty much in tutorial learning stages, but attempting to create sample programs not in my book to learn how to cons