[Tutor] no output

Kent Johnson kent37 at tds.net
Mon Mar 23 11:46:51 CET 2009


On Mon, Mar 23, 2009 at 1:08 AM, John Jenkinson
<johnjenkinson1 at 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


More information about the Tutor mailing list