I\'m suppose to simulate a rock paper scissors game and this is what I have so far. It\'s not letting me input letters into the scoregame function. How can I fix th
scoregame
You are using letters without quotes so its looking for a Variable called P but what you want is a String "P" so put the letters in quotes:
if player1 == "P" and player2 == "S":