Here’s the program I’m embedding:
Reflection:
While using Turtle is rather basic, having to create the perfect combination or sequences of code were exceedingly difficult. At first, I assumed that I knew what I was doing and proceeded to write all the code as if I knew what was going to happen. Doing that created many problems as I couldn’t find where problems exactly occured. To solve this I went and commented out each line and uncommented it out one by one until I could pinpoint what went wrong. Then, I would comment everything out again and repeat the process to make sure that none of the previous lines were also affected. After finding what went wrong, not much extra time was needed to determine how to get the program to work.