[Tutor] Could you look over my code?

Connor Perkis connor.perkis at hotmail.co.uk
Sun Jan 4 17:13:50 CET 2015


Hello, I am currently learning python and I have a book to assist me called ‘Python Programming For The Absolute Beginner (3E)’ and I’ve just read the first chapter. I typed the code. Would you be able to help me with:

1.How to execute .py files properly on Mac OSX Yosemite
2. Have a look at this code fro the book and tell me what to improve (This is a program where it says game over, and it waits for the user to press the enter key to quit:

print(“Game Over”)
input(“\n\nPress the enter key to exit”)




More information about the Tutor mailing list