STEP 5: Now let's use our variable in a sentence.

Remember, we combine strings and string variables like this ("My favorite food is " + fav_food).

  • Use only one .say() command to have the sprite say the user's favorite season.
  • Combine the string and variable so that the sprite says, "My favorite season is "
  • Use a plus sign + to add season to the end of the statement.


# THIS ACTIVITY IS IN PREVIEW ONLY MODE