Problem
1. Add a method to the Turtle class to draw an equilateral triangle.
2. Add a method to the Turtle class to draw a rectangle given a width and height.
3. Add a method to the Turtle class to draw a simple house. It can have a rectangle for the house and an equilateral triangle as the roof.