#021
Oct 22, 2022
21. Zip longest
Sometimes there is a need to zip two iterables of various lengths.
If it is known which one is longer, then use the following approach:
First one must be longer.
| |
Sometimes there is a need to zip two iterables of various lengths.
If it is known which one is longer, then use the following approach:
First one must be longer.
| |