STEP 18: We're basically done with our create_maze function! Let's return our start coordinates to main()!

  • In , drag Return Statement to the bottom of create_maze() after the loops.
  • It should only be indented four spaces.
  • Change the variable we're returning from my_var to start_coordinates.
  • We're done with create_maze()! Now all we have to do is add a sprite to our program!

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)