Python Professional — Hard
Key points
- Zip function pairs corresponding elements from two lists
- Shorter list determines the length of the output
- Output is a list of tuples
- Missing elements in the longer list are not included in the output
Ready to go further?
Related questions
