STEP 3: Let's look at the circle and the grey comment again. The comment tells us that the second number is the y-coordinate.

  • Change the circle's y-coordinate to 175.
  • Remember, the grey text isn't our code; it's a comment and the computer ignores it.
  • Do not change the grey comment.

# sprite = codesters.Circle(x, y, diameter, "color") sprite = codesters.Circle(-150, 0, 100, "blue")