Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 10)
10.
Which module in Python provides functionality to work with compressed files, such as ZIP files?
gzip
zipfile
compress
archive
Answer: Option
Explanation:
The zipfile module in Python provides tools for creating, reading, and extracting ZIP files.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.