Q. What is the purpose of the zip() function in Python?
Solution:
zip() aggregates elements from multiple iterables into tuples, useful for parallel iteration.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
zip() aggregates elements from multiple iterables into tuples, useful for parallel iteration.
Strengthen Your Practice with our comprehensive question bank.