STEP 13: Let's have the computer say its choice.

Remember if the random number is 1, the computer chooses "rock".

  • Go to and drag Say into your if block.
  • Change the name in front of the .say() command to computer.
  • Replace the string with "I choose rock".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE