On Wednesday, June 5, 2013 10:40:52 AM UTC-4, Armando Montes De Oca wrote: > Traceback (most recent call last): > > File "Guessing_Game.py", line 32, in <module> > > input (enter) > > File "<string>", line 0 > > ^ > > SyntaxError: unexpected EOF while parsing > > ------------------ > > (program exited with code: 1) > > This is the only place a string is used: > > else: > > print "Sorry you loose the game." > > computernum = str(computernum) > > print " The computers number was!"+ computernum > > input (enter) > > sys.exit(0) > Yes I did declare and enter value it is: enter = "Please Press Enter To Continue..." > Thank You, -- http://mail.python.org/mailman/listinfo/python-list
- I just wrote my first Python program a guessing game... Armando Montes De Oca
- RE: I just wrote my first Python program a gues... Carlos Nepomuceno
- Re: I just wrote my first Python program a gues... Armando Montes De Oca
- Re: I just wrote my first Python program a ... Tim Golden
- Re: I just wrote my first Python program a ... Zachary Ware
- Re: I just wrote my first Python program a gues... Alister
- Re: I just wrote my first Python program a gues... Armando Montes De Oca
- Re: I just wrote my first Python program a ... Mark Lawrence
- Re: I just wrote my first Python program a gues... Armando Montes De Oca
- Re: I just wrote my first Python program a gues... Armando Montes De Oca
- Re: I just wrote my first Python program a ... Zachary Ware
- Re: I just wrote my first Python progra... Joel Goldstick
- Re: I just wrote my first Python program a ... Armando Montes De Oca