Python zip()

From NovaOrdis Knowledge Base
Revision as of 17:19, 17 May 2024 by Ovidiu (talk | contribs) (Created page with "=Internal= * Python Language Functions =Overview= <code>zip()</code> "pairs" up the elements of a number of lists, tuples or other sequences to create a list of tuples.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.