Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 51)
51.
How does the zip function work?
It compresses files in a directory.
It combines two or more iterables element-wise into tuples.
It extracts files from a zip archive.
It zips together all functions in a module.
Answer: Option
Explanation:
The zip function in Python combines two or more iterables element-wise into tuples.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.