Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 41)
41.
Which module in Python provides support for working with compressed files, such as ZIP and tar files, in a high-level manner?
zipfile
compression
archivelib
tarfile
Answer: Option
Explanation:
The zipfile module in Python provides high-level support for working with ZIP files.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.