the book is called "Python Programming, Second Edition for the absolute 
beginner". im using the triple quotes in the beginning and end. im sending an 
attachment of what its coming out as. the actual program should say Game Over, 
but its cutting Over in half. 

_________________________________________________________________
Capture your memories in an online journal!
http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us
# David Lazaro
# 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.")



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to