Search Result for "zip function":

The Free On-line Dictionary of Computing (19 January 2023):

zip function A function that takes two lists and returns a list of pairs. The idea can easily be extended to take N lists and return a list of N-tuples. (2008-03-29)