On Mon, Mar 23, 2009 at 1:08 AM, John Jenkinson <johnjenkins...@gmail.com> wrote: > 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 >>>> ================================ >
Please tell us exactly what you are doing to run the program, including Python version and OS. You might find these helpful: http://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/ http://www.python.org/doc/faq/windows/#how-do-i-run-a-python-program-under-windows Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor