Re: [Tutor] Coin Flipping Program

2011-08-21 Thread delegbede
ecked Alan Gauld's website? He dealt with python 3. Sorry Mate. Sent from my BlackBerry wireless device from MTN -Original Message- From: Joel Preston Sender: tutor-bounces+delegbede=dudupay@python.org Date: Sun, 21 Aug 2011 12:14:37 To: Subject: [Tutor] Coin Flippi

Re: [Tutor] Coin Flipping Program

2011-08-21 Thread Alan Gauld
On 21/08/11 17:14, Joel Preston wrote: tells you the number of heads and tails that come up. So far I can write a program that will flip a coin 100 times but it will only come up tails or heads all 100 times. Look again at your code, you only assign a value to coin once, before you enter the

Re: [Tutor] Coin Flipping Program

2011-08-21 Thread xDog Walker
On Sunday 2011 August 21 09:14, Joel Preston wrote: > Hello Programmers, > > I am trying to learn Python on my own through a book called "Python > Programming for the Absolute Beginner". I am stuck on a challenge at the > end of a chapter and I am hoping for a little help. > > The challenge is to

[Tutor] Coin Flipping Program

2011-08-21 Thread Joel Preston
Hello Programmers, I am trying to learn Python on my own through a book called "Python Programming for the Absolute Beginner". I am stuck on a challenge at the end of a chapter and I am hoping for a little help. The challenge is to write a program that flips a coin 100 times and tells you the nu