While you can optimize the heck out of your Python code with `generators` and `generator expressions` I'm more interested in goofing around and solving classic programming questions with the `yield` statement. **note:** For this article, since it's easier to explain things as they happen, I'll be including a lot of inline comments. Let's start with a simple function that returns a sequence of some
