Skip to content

Files

Latest commit

 

History

History

Zip Function

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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 ... )