[Tutor] Tutor Mailing List

2009-08-25 Thread John Jenkinson
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

[Tutor] Number cruncher

2009-04-22 Thread John Jenkinson
help me for this project. - John Jenkinson ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Syntax error

2009-03-23 Thread John Jenkinson
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

Re: [Tutor] no output

2009-03-22 Thread John Jenkinson
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 &#x

[Tutor] no output

2009-03-22 Thread John Jenkinson
My Code: # Game Over - Version 2.0 # Demonstrates the use of quotes in strings print "Program 'Game Over' 2.0" print \ """ - --- --- ---- / ___|/ | / |/ | | ___| | | / /| | / /| / | | |__ | | _ / ___ | / / |__/ |

Re: [Tutor] Syntax error

2009-03-22 Thread John Jenkinson
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 >

Re: [Tutor] Syntax error

2009-03-22 Thread John Jenkinson
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

[Tutor] Syntax error

2009-03-22 Thread John Jenkinson
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