Turtles Exercise:
Reflection:
I remade my Logical Turtles exercise using functions. The code looks a lot cleaner now and easier to read than it did before. The logic of the while loop is also easier to understand since all of the nitty gritty details are abstracted away through functions.