View Single Post
Old Jan 22nd, 2008, 3:18 PM   #16
Chuckiferd
Programmer
 
Join Date: Nov 2007
Posts: 64
Rep Power: 1 Chuckiferd is on a distinguished road
Talking Re: My pyguessinggame

AHAH!!!, I thought you said that it wouldn't work, but it is actually inacurate, the note says number of failed user guesses , yet I made it start at 1. I would rather have it represent number of user guesses than failed guesses.

Finally enough with that, I found that problem AND another one.

Firstly, the 'elif' loop containing 'guess == answer' I forgot to add to the 'guessnum' variable

Secondly, the one you didn't find. The majority of the program is in a

While guess != answer
loop

meaning when guess IS equal to answer that the computer will skip over the instructions I set
__________________
There are 10 kinds of people in this world, those who can read binary and those who can't.
Chuckiferd is offline   Reply With Quote