[Tutor] Problem with a while loop.

2005-05-17 Thread . ,
Hi, I'm writing a program that is a program that flips a coin 100 times and then tells the number of heads and tails. --- import random head = 0 tail = 0 coin

Re: [Tutor] Problem with a while loop.

2005-05-17 Thread Goldie, Josh
tutor@python.org Subject: [Tutor] Problem with a while loop. Hi, I'm writing a program that is a program that flips a coin 100 times and then tells the number of head