Let's change the sprite's position to center it between the top and the bottom of the stage.
The second number in .go_to() is the y-coordinate. It controls where the sprite is up and down.
- Change the second number (the y-coordinate) in .go_to() to 0.
To navigate the page using the TAB key, first press ESC to exit the code editor.