STEP 10: Look at the grey comment to see which parameter controls the width of the square.

  • Change the width of our square house to 250.
  • Click Run to see your changes.


# 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, 100, "blue")