Re: [Tutor] Help with Game over program

2006-03-15 Thread Ars
Python should have made the file associations when it was installed, but you can just manually associate *.py files with  C:\Python24\python.exe and then your program should run inside of a little DOS window.   -Jack On 3/15/06, Brad Hills <[EMAIL PROTECTED]> wrote: I'm 45 minutes into

Re: [Tutor] Help with Game over program

2006-03-15 Thread Anna Ravenscroft
On 3/15/06, Brad Hills <[EMAIL PROTECTED]> wrote: I'm 45 minutes into learning how to program using python. I am reading "Python programming for the absolute begginer" by  Michael Dawson, and the first thing I've done was write the "Game Over" program. Which I understand is also called the "Hello W

[Tutor] Help with Game over program

2006-03-15 Thread Brad Hills
I'm 45 minutes into learning how to program using python. I am reading "Python programming for the absolute begginer" by  Michael Dawson, and the first thing I've done was write the "Game Over" program. Which I understand is also called the "Hello World" Program. My main problem at this point is wh