Problem with Python 3.1(syntax error). Im a beginner please help!
- by Jonathan
Hi there, im new to pragraming :)
I got a problem with sytax error while making a guessing game. the problem is in (if Gender = boy or Boy), the equal(=) letter is a syntax error. Please help!
Answer = 23
Guess = ()
Gender = input("Are you a boy, a girl or an alien? ")
if Gender = boy or Boy:
print("Nice!", Gender)
if Gender = girl or…