I have here a rather simple rock, paper, scissors program where I am having some trouble with if statements. For some reason, when I enter rock, paper, or scissors (True Values)
if player not in {'rock', 'paper', 'scissors'}: print("That is not how you play rock, paper, scissors!") ...