STEP 12: Let's tell the player that the computer won if they picked "paper" and the computer also picked "scissors".

  • Add if and and test if choice equals "paper" and computer_choice equals "scissors".
  • Drag out Set Text. Assign the command to result.
  • Change the string to "Computer wins!" since scissors beats paper.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE