Python Final Day (Day 4)
Today we learned about recursion. Recursion is when a function activates itself from within the function. We made a spiral using recursion. We also learned about lists and made the spiral change colors at different points using the colors on the list.