Well i just bought "python for the absolute begginer" and title says it all.
The task at the end of the chapter wants me to print "Game over" and then write something like '\n\nPress the enter key to exit.' which i causes the program with double click however this is at the end of the chapter and it's not very well explained and when i click run i get "invalid syntax" error and the top the number "1" of the version name is underlined in red.
Anyway here is my code please help me :
Python 3.1 (r31:73574, Jun 26 2009, 20:21:35) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> print ("Game Over")
Game Over
>>> ("\n\nPress the enter key to exit.")
'\n\nPress the enter key to exit.'
I open run in script window i think which is the extra one and i click run however i dont know why in the tutorial the guy had opened python shell.