list
(
(
α
, 
β
)
)
zip (
list
(
α
)
 
l1
, 
list
(
β
)
 
l2)
Combine two lists into a list of pairs.zip([x1, x2, x3, ..., y1, y2, y3, ...)] will return (x1, y1), (x2, y2), (x3, y3)...
returns
A new list with the same size as the smallest of l1, l2.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.