Description
Have a function that returns a list? You may be able to turn it into a generator function by replacing the append calls with yield statements.
Have a function that returns a list? You may be able to turn it into a generator function by replacing the append calls with yield statements.