Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 21)
21.
Which module in Python is commonly used for handling compressed files, such as gzip and zlib formats?
compression
compresslib
zlib
gzip
Answer: Option
Explanation:
The gzip module in Python provides functionality for working with gzip-compressed files.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.