[Tutor] (no subject)
hi, im relatively new to this, im on chapter 2 of the python book and its asking me to print version 2.0 of "Game over" by using keyboard art, but when i draw out "over" is comes up half cut off, any reasons why that would happen? _ More photos; more messages; more whatever – Get MORE with Windows Live™ Hotmail®. NOW with 5GB storage. http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_5G_0907___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
[Tutor] (no subject)
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