Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 28)
28.
Which module in Python is used for working with compressed archives, such as tar files?
zip
archivelib
tarlib
tarfile
Answer: Option
Explanation:
The tarfile module in Python provides functionality for working with tar archives.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.