Python Developer — Easy
Key points
- `zip` combines elements from two lists into tuples
- The correct answer is a list of tuples with elements paired together
- Option A is incorrect because it produces a list of lists, not tuples
- Option C is incorrect because it produces a dictionary, not a list of tuples
Ready to go further?
Related questions
