STEP 9: Let's change the location of the house.

  • Change the square’s y-coordinate to -125.


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