while idly looking at the Python grammar - docs.python.org/3/reference/gr… - I noticed `[expr for x in iter_1 for y in iter_2]` is valid. Hmm!
while idly looking at the Python grammar - docs.python.org/3/reference/gr… - I noticed `[expr for x in iter_1 for y in iter_2]` is valid. Hmm!