STEP 11: Let's make sure we're using variable names that will help keep our code organized. Since this is the computer's randomly selected choice, let's:

  • Change the name of the random variable to random_choice.

Remember, the name is the word before the equals sign.


# THIS ACTIVITY IS IN PREVIEW ONLY MODE