Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 184 Bytes

File metadata and controls

7 lines (4 loc) · 184 Bytes

Zip Function

  • The zip() function takes iterables (can be zero or more), aggregates them in a tuple, and returns it.

Syntax =>

zip ( iterator1, iterator2, iterator3 ... )