How can I fix my RPS on Python?
So when you do paper or scissors, it says "Scissors. You Win!" But I didn't even put that on the lists.
Could someone help me with this problem?
Thanks!
- DaxCodes
Voters
So when you do paper or scissors, it says "Scissors. You Win!" But I didn't even put that on the lists.
Could someone help me with this problem?
Thanks!
Your
IF
statements may not be evaluating properly:Try changing them to look like this:
Alternatively, you could just change your input line to convert the string to lowercase and get rid of the
OR
conditions inside yourIF
statements: