News

Explain the purpose of the zip() function in Python, and provide an example. Answer: The zip() function in Python combines multiple iterables element-wise and returns an iterator of tuples.