Programming 3b day2 7/21
Today I learned about recursion and abstraction. Abstraction is the idea that you think about how the code works before you do it. Recursion is when you call a function in the function you call. It is like a loop. We used this with some games, but other methods might have been simpler.