At My Fingertips
Rapid Playground
zip(sequence)
Given multiple sequences, constructs a sequence of tuples with elements picked in order from the sequences.
Zipping stops when the shortest sequence is exhausted.
sequencesequences to zip
[('Lugano', 70000), ('Zürich', 400000)]
[(0, 'A'), (1, 'B'), (2, 'C')]
See also zip in the official documentation
PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI
Privacy Policy • Platform Version 4153f55 (Wed, 02 Apr 2025 06:58:19 GMT)