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”)


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to