Re: [Tutor] Coin Flipping Program

2011-08-21 Thread delegbede
Hi Joel, Someone has asked this question before and I think it was dealt with. That said, in my opinion, starting out with python 3 reduces the number of assist you can get on the fly. I for one have dealt with this issue before but can't help with the python 3 areas. Have you checked Ala

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