Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 46)
46.
Which module in Python is used for working with data compression and decompression, including formats like zlib and gzip?
compresslib
zlib
zip
gzip
Answer: Option
Explanation:
The gzip module in Python is used 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.