Exercise: Chain two generators

Build a generator chained that uses yield from twice: once for first(), then for second().
Python
Setting up Python environment...
Output