STEP 12: Let's put a roof on our house!

  • Click on and drag Triangle to the bottom of your program.
  • Change the triangle’s variable name to roof.
  • Since this triangle is the roof on our house, we're naming it roof in our program.

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