[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 heads and tails. --- import random head = 0 tail = 0 coin
Re: [Tutor] Problem with a while loop.
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