Re: [Tutor] assigning a variable a value

2011-05-05 Thread Alan Gauld
"Kyle Benak" wrote I am learning python and I am trying to write a simple "guess the number" game. I wrote the program in the IDLE, and I set the variable tries=1 to keep up with the number of tries it takes to guess the number, but when I try to run the program it gives the error message "i

Re: [Tutor] assigning a variable a value

2011-05-05 Thread Andre Engels
On Thu, May 5, 2011 at 2:19 AM, Kyle Benak wrote: > I am learning python and I am trying to write a simple "guess the number" > game. I wrote the program in the IDLE, and I set the variable tries=1 to > keep up with the number of tries it takes to guess the number, but when I > try to run the pro

[Tutor] assigning a variable a value

2011-05-05 Thread Kyle Benak
Hi, I am learning python and I am trying to write a simple "guess the number" game. I wrote the program in the IDLE, and I set the variable tries=1 to keep up with the number of tries it takes to guess the number, but when I try to run the program it gives the error message "improper syntax"