STEP 2: Let's change the prompt in the .ask() command to let the user know what choices they might make.

This text will appear in the popup where the user types their answer. Whatever the user enters will be stored in the variable choice.

  • Change the string in the .ask() command to "Choose rock, paper, or scissors."

# THIS ACTIVITY IS IN PREVIEW ONLY MODE