Python zip()

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

zip() "pairs" up the elements of a number of lists, tuples or other sequences to create a list of tuples.