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

RULE: Programs run in order from top to bottom. We need to create a variable before we can use it!

  • Click Run and read the error message.
  • Debug the program so that it draws a circle using the variable my_color.

Hint: Move the circle after the variable.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE