Gate Check #1 - Initial Functionality
Go Back to the Assignment Description
The first thing we need to do is determine which function in our template is responsible for setting up the simulation (both at the start of the program, as well as when the program runs).
Go to the function you answered above, and remove the word "pass" (this is a keyword that tells Python to do nothing). Then, write the code to call the three functions that we mentioned in the "correct answer" response (don't forget to give it the parameter!).
Once you have done this, run your program. You should see the following lines of text appear in the console:
Initialize Terrain Successfully Called Initialize boat Successfully Called Initialize Rocket Successfully Called