STEP 8: Now that the ball is being shot, let's tell the user when they miss.
- In GRAPHICS, go to and drag in Set Text INSIDE your if statement.
- Change the name in front of .set_text() from sprite to text.
- Change the value inside from "Hello Codesters!" to "You missed!".
To navigate the page using the TAB key, first press ESC to exit the code editor.