Code Snippet Console Press Any Key Message (Windows Only)
Most people would do something like this: input("Press any key to continue") #or raw_input This way, if the user presses a key other than the Enter (return) key, then the program will still continue. It looks something like this: http://i42.tinypic.com/2yvp9hj.png