My issue
what is the write answer
Learning course: Python Projects
Problem Link: Project - Rock Paper Scissors in Python Projects
what is the write answer
Learning course: Python Projects
Problem Link: Project - Rock Paper Scissors in Python Projects
if user choice == computer choice
then it’s a tie
Else if user option is rock when computer option is paper or user option is paper when computer option is scissor or user option is scissor when computer option is rock
Then computer wins and computer gets a point
else in all other cases
user wins and user earn a point
Hope that helps