View Single Post
Old Jan 20th, 2008, 2:55 PM   #3
Chuckiferd
Programmer
 
Join Date: Nov 2007
Posts: 64
Rep Power: 1 Chuckiferd is on a distinguished road
Re: My pyguessinggame

Quote:
Originally Posted by Sane View Post
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
__________________
There are 10 kinds of people in this world, those who can read binary and those who can't.

Last edited by Chuckiferd; Jan 20th, 2008 at 3:09 PM.
Chuckiferd is offline   Reply With Quote