STEP 16: The computer sprite needs to say its choice and move the sprite that displays that choice into place.

  • In GRAPHICS, Go to . Drag out Say and drop it unindented after your third if-statement.
  • Change the variable name in front of .say() from sprite to computer.
  • Change the string in .say() to "I choose " + computer_choice.
  • Drag Go To to the bottom of your program and change the coordinates to 125, 140.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)