STEP 8: There is one more outcome if player picks "rock".

  • Go to and drag out if and. Drop it at the bottom of your program.
  • Change the first variable to choice and the second variable to computer_choice.
  • Go to and drag out Set Text. Drop it inside the if-and statement.
  • Change the name in front of the .set_text() command to result.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE