STEP 9: "rock" beats "scissors" so the player will win this round!

  • In the if statement, change the first test value to "rock".
  • In the if statement, change the second test value to "scissors".
  • Change the string in .set_text() to "Player wins!"

# THIS ACTIVITY IS IN PREVIEW ONLY MODE