Python Programing for the Absoulte Beginner

Mark Lawrence breamoreboy at yahoo.co.uk
Sat Aug 2 18:31:35 EDT 2014


On 02/08/2014 23:13, Seymore4Head wrote:
> https://www.google.com/webhp?hl=en&tab=ww&gws_rd=ssl#hl=en&q=python+programing+for+the+absolute+beginner
>
> There is a book listed as a PDF.
>
> When I try the first example of print "Game Over" I get a syntax
> error.
>
> I have tried running the command line and the GUI.  I get the feeling
> there is something else I need to run.
>
> http://imgur.com/RH3yczP
>

If the book is for Python 2 and you have 3.3 it should be print("Game Over")

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list