I am trying to sense whether someone's answer to my question is too low. why does this not work?
if answer = "1" or "2" or "3" or "4":
I am trying to sense whether someone's answer to my question is too low. why does this not work?
if answer = "1" or "2" or "3" or "4":