This was definitely trickier than the previous two examples we looked at, and there was a significant amount of trial
and error to get this functional. Specifically, having the turtle return to its original starting point was tricky as
there was a bug where the turtle would glitch around the screen before settling on its end point, which threw me off for
some time. Thankfully, I just began testing some different combinations one at a time until I achieved the desired outcome.
quite simple to figure out the proper ranges for setting up the python file. I started by copying over the
function from "print_all_numbers" and modified the parameters for each additional function. It was a rare circumstance
where the first try was completely correct.
project, it was already a lot easier to figure out that in previous labs. I simply had to use the loop provided
along with indicating a repeat of four times with the forward and right commands already present. I did encounter
mild issues with forgetting a colon in a needed area, but was able to problem solve based on the error message I
received.