I've just started a book on programming wit Python after getting very frustrated with C++ and C#. But I can't get this very simple program to compile, it says there is something wrong with "input"
# Game over
# Demonstrates the print command
print "Game Over"
raw input("\n\nPress Enter to exit.")
Thanks for any and all reply's.