STEP 5: Let's add another variable to store our friend's favorite color.

  • Go to and drag out String Variable. Drop it at the bottom of your program.
  • Change the name of the string variable to fav_color.
  • Change the value of the string variable to "orange".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE