For the time being, I would like to be removed from the Tutor Mailing List
for Python Users.
Thanks,
- John Jenkinson
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
help
me for this project.
- John Jenkinson
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
I am using Python 2.4.1. I am using the IDLE process, and I was not saving
as ".py". Thank you, everyone, for your continued help.
On Mon, Mar 23, 2009 at 3:35 AM, Alan Gauld wrote:
>
> "John Jenkinson" wrote
>
> I am trying to write a program that disp
On Mon, Mar 23, 2009 at 12:08 AM, John Jenkinson
wrote:
> My Code:
>
> # Game Over - Version 2.0
> # Demonstrates the use of quotes in strings
>
> print "Program
My Code:
# Game Over - Version 2.0
# Demonstrates the use of quotes in strings
print "Program 'Game Over' 2.0"
print \
"""
- --- --- ----
/ ___|/ | / |/ | | ___|
| | / /| | / /| / | | |__
| | _ / ___ | / / |__/ |
2009 at 8:35 PM, John Jenkinson > wrote:
>
>> I am trying to write a program that displays the string expression "Game
>> Over", in a console window that remains open.
>>
>> my code is as follows:
>>
>> # Game Over console window
>
uot;
> raw_input("\n\nPress the enter key to exit.")
>
> In Python 3.x:
>
>print("Game Over")
> input("\n\nPress the enter key to exit.")
>
> -Mark
>
> "John Jenkinson" wrote in message
> news:58fd32380903222035
I am trying to write a program that displays the string expression "Game
Over", in a console window that remains open.
my code is as follows:
# Game Over console window
print "Game Over"
raw input("\n\nPress the enter key to exit.")
The error I am recieve is "There is an error in your progra