STEP 4: Now let's call the function!

Remember, functions only run if they're called.

  • Go to and drag Function Call to the bottom of your program, OUTSIDE of the function.
  • Change the function call from my_function() to flip().


# THIS ACTIVITY IS IN PREVIEW ONLY MODE