Merging multiple sorted sequences.

Andre Müller gbs.deadeye at gmail.com
Thu Apr 13 10:31:51 EDT 2017


Hi,
when you have lists with different lengths and want to zip them, you should
look at itertools.zip_longest

Greetings
Andre



More information about the Python-list mailing list