STEP 17: When random_choice is 2, then computer picks "paper".

  • Go to and drag out String Variable. Drop it inside the last if statement, below .say().
  • Change the name of the new variable to computer_choice.
  • Change the value of the new variable to "paper".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE