EXERCISE 6: Let's finish our refactor by adding a display to see how many circles we create!

  • Go to and drag in Integer Variable below num3.
  • Delete the number after the =, and make it so my_var stores the sum of num1, num2, and num3.
  • Inside , drag in Variable Display to the bottom of your program.
  • Change the arguments in your three create_circles() function calls to change what we see on the stage!

# THIS ACTIVITY IS IN PREVIEW ONLY MODE