WARNING: This program has a bug which means we need to fix it!

RULE: A variable is a name that holds a value. Variables are NOT surrounded by quotes.

  • Run the program to see the problem.
  • We want the sprite to say the value of the variable fav_color, not the variable name.
  • Erase the quotation marks in the .say() command so that the sprite says the value stored in fav_color.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE