Quote:
Originally Posted by Sane
Were you writing this out by hand or something??
|
Yes I was writting it out by hand, I am sorry for the spelling mistakes, and you don't need to help me if you don't want, i don't understand how you can say you are getting tired of fixing others mistakes like this yet you do it anyways. Please do not feel obligated to help me. I am a newbie and I adapted a "warmer/colder" game to try to get this to work.
The main problem I had was I couldn't make an "IF" statement follow several different parameters
eg.) If guess is >0 AND <=100 AND > answer:
print ' too low'
I also copied some things from an old Python book, so that is the reason for some of the mistakes
Finaly I copied the end part that I noted I didn't understand and just switched out some names and variables.
And about the "#import whrandom" mistake I copied wrong off the paper it was supposed to read
#guessgame.py by ******************* (1/20/08)
import whrandom *
but it is wrong anyways