[Tutor] no output

John Jenkinson johnjenkinson1 at gmail.com
Mon Mar 23 06:08:47 CET 2009


My Code:

# Game Over - Version 2.0
# Demonstrates the use of quotes in strings

print "Program 'Game Over' 2.0"

print \
"""
 -----          ---         ---  ---    -----
/  ___|        /   |       /   |/   |  |  ___|
| |           / /| |      / /|   /  |  | |__
| |  _       / ___ |     / / |__/ | |  |  __|

"""

raw_input("\n\nPress the enter key to exit.")


shell's response:

>>> ================================ RESTART
================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090323/23f0617a/attachment.htm>


More information about the Tutor mailing list