Re: [Tutor] Basic program question

2011-07-25 Thread Timo
On 24-07-11 22:59, Alexander Quest wrote: Hello- I am running Python v 3.1.1. As an exercise, I wrote a simple coin flipper program, where the computer flips a coin 100 times and then prints out the number of heads and tails. My program crashes immediately if I run it normally through the comma

Re: [Tutor] Basic program question

2011-07-24 Thread Steven D'Aprano
Alexander Quest wrote: Hello- I am running Python v 3.1.1. As an exercise, I wrote a simple coin flipper program, where the computer flips a coin 100 times and then prints out the number of heads and tails. My program crashes immediately if I run it normally through the command line, but if I go

Re: [Tutor] Basic program question

2011-07-24 Thread Wayne Werner
On Sun, Jul 24, 2011 at 3:59 PM, Alexander Quest wrote: > My program crashes immediately if I run it normally through the command > line, Is there a traceback associated? Those usually help a lot -Wayne ___ Tutor maillist - Tutor@python.org To unsub

[Tutor] Basic program question

2011-07-24 Thread Alexander Quest
Hello- I am running Python v 3.1.1. As an exercise, I wrote a simple coin flipper program, where the computer flips a coin 100 times and then prints out the number of heads and tails. My program crashes immediately if I run it normally through the command line, but if I go to "Run- Run Module," it