Michael Dawson says in his book Python Programming (Third Edition, page 14) that if I enter input("\n\nPress the enter key to exit.")
when the user presses the Enter key the program will end.
I have tried this several times and it doesn't happen. I have tried using Python 3.1 and 3.3. Help would be appreciated.