On 10/09/12 19:40, tayo rotimi wrote:
Hi Steven.
Thank you for your answer below. The program now runs,
using print("Game Over").
I use Python 3..; but the book - python for absolute
beginner - that I have is an old (2003) edition. I don't
know how this combination may affect my learning, goin
Hi Steven.
Thank you for your answer below. The program now runs, using print("Game
Over").
I use Python 3..; but the book - python for absolute beginner - that I have is
an old (2003) edition. I don't know how this combination may affect my
learning, going forward. Could you please suggest
Please, please, PLEASE do not reply to a digest without deleting the
irrelevant text from your email! We don't need to read HUNDREDS of lines
of text we've already seen before.
When you want to start a *new* question, ALWAYS start a fresh, blank
email, set the "To" address to tutor@python.org,
My first exercise: print "Game Over" does not run! Where have I missed it? The
error message is as follows:
File "", line 1
print "Game Over"
^
SyntaxError: invalid syntax
I am still surprised at this error. I 'll appreciate your help.
Regards.
Tayo
__