Milestone 2:
- Since my last commit I have changed the README.md file twice. I originally was going to try an animation but then I decided that I wanted to create a picture.
- Somewhere I got stuck was thinking about how I could create the person's hair. I was thinking about it and decided that it would be better to create a hat so that is what I did. I originally wasn't sure how to create the hat but then I thought about using loops. I knew I could run the rectangle function multiple times while still being able to change the size of the rectangles so that is what I did. I looped through 3 different rectangle sizes to give the idea that the person is wearing a hat.
I was stuck when trying to figure out how to tell the turtle where to make the person's legs. Math had to be done since my rectangle function starts at the bottom left of the rectangle. I had to start the turtle 150 spots lower from the torso so when it made the leg rectangle, it would stop at the torso, since the legs were 150 long. I figured this out by drawing the person on a piece of paper so I could visually see where all the shapes needed to go.