STEP 4: Look at the code and the comment again. The third parameter is the diameter of the circle.

  • Change the circle's diameter to 75.
  • Parameters are the numbers and words inside the parentheses that control what our circle looks like.
  • Click Run to see your changes. Then Submit, then Next.

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