STEP 11: To finish off the base of our house, let's change the square's color.

  • Change the color to "purple".
  • The color parameter is a string. It should be green and surrounded by quotes.

# sprite = codesters.Circle(x, y, diameter, "color") sun = codesters.Circle(-150, 175, 75, "gold") # sprite = codesters.Square(x, y, width, "color") house = codesters.Square(0, -125, 250, "blue")