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 construct scripts.
 
I understand the format of while loops, but is it possible to use the random.randrange function in them?
 
My goal, create a program that flips a coin 100 times, at the end it says the number of times it flipped heads and flipped tails.
 
My dilemia, how do I get this to work with a while loop? I tried intially assigning
 
heads=0
tails=1
 
then I figured I could just do a while loop and then use the random function each time. At the end it could count the number of times the random generated a 0 or a 1.
 
However I can't seem to construct it in a way that makes or works.
 
Thanks!
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to