STEP 5: Let's make our circle look like the sun by making it "gold".

  • Change the color to "gold". Make sure you don’t delete the quotes!
  • Click Run to see your changes.
  • The fourth parameter in the circle is the shape’s color.
  • The name of a color, like "gold", is a word or string that must have quotation marks " " around it.

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