Re: [Tutor] no output

2009-03-23 Thread Kent Johnson
On Mon, Mar 23, 2009 at 1:08 AM, John Jenkinson wrote: > My Code: > > # Game Over - Version 2.0 > # Demonstrates the use of quotes in strings > > print "Program 'Game Over' 2.0" > > print \ > """ >  -  --- ---  ---    - > /  ___|    /   |   /   |/   |  |  ___| > | |

Re: [Tutor] no output

2009-03-23 Thread Alan Gauld
"John Jenkinson" wrote My Code: # Game Over - Version 2.0 # Demonstrates the use of quotes in strings print "Program 'Game Over' 2.0" raw_input("\n\nPress the enter key to exit.") shell's response: >>> RESTART See my re

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 'Game Over' 2.0" > > print \ > """ > - --- --- ---- > / ___|/ | / |/ | | ___| > |

[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 \ """ - --- --- ---- / ___|/ | / |/ | | ___| | | / /| | / /| / | | |__ | | _ / ___ | / / |__/ |