I am trying to say that if it is not one of those operators then it should operate the if
statement.
if item is ("(" , "+" , "*" , "/" , ")" , "–") == False:
is what I currently have, and it is not working. How should I write it to make it work?