Today, I've learned that you can apparently put functions and class methods inside of a function as long as it's indented. It's kind of like using lambda, but with multiple lines. Although, I've seen most people not do that so I'm assuming that it's not recommended to do that (I could be wrong).