So basicly i was making a simple code for fun but it cant seem to work
ive probably messed up the if , elif and the else statements , beacuse i kinda forgot where i put the :
But now ive been getting another error .
answer = input("Whats 3*2?")
if answer == "6":
return ("Good job")
elif answer == "4" or "5"
return ("Close but not correct"):
else:
return ("Nope!")
and the error is
elif answer == "4" or "5"
^
SyntaxError: invalid syntax
the upward > is showing on the " at the end of the line