STEP 14: We still need to call our last function!

Each function will run in the order it is called.

  • Go to and drag Function Call to the bottom of your program, BELOW sway().
  • Change the function name in the call line to two_step().
  • Check to make sure that all four function call lines are at the bottom of your program.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE