EXERCISE 6: Let's call our function, so we can see the circles appear on the stage!

  • Go to and drag in Return Variable THREE times OUTSIDE and BELOW your function.
  • Go to the first, second, and third my_var and change them to num1, num2, and num3.
  • Go to the first, second, and third my_function() and replace them with: create_circles(15, "yellow"), create_circles(30, "blue"), create_circles(40, "green")

# THIS ACTIVITY IS IN PREVIEW ONLY MODE