Challenge 1: Yield Odd Numbers From 1 to n
Practice your concepts of generators by solving the exercise below.
We'll cover the following...
Problem Statement
Create a generator to yield all the odd numbers from 1 to n
...