Exercise: Flatten lists with yield from
Inside the loop, use
yield from to hand back every element of each inner list one by one.Python
Setting up Python environment... Output