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