Each square is 10 steps wide. Try to draw this image defining eight procedures:
- A procedure called square that draws the main square of the house.
- A procedure called triangle that draws the roof as an equilateral triangle.
- A procedure called door that draws the rectangular door.
- A procedure called chimney that draws the chimney.
- A procedure called move1 that allows the turtle to move from point A to point B.
- A procedure called move2 that allows the turtle to move from point B to point C.
- A procedure called move3 that allows the turtle to move from point C to point D. (Warning: you’ll
have to pen up!)
- A general procedure called house that draws the whole house using all previous procedures.