Quiz on Python Data Compression



1. What is data compression?
2. Which Python module is commonly used for data compression?
3. What format does the zlib module primarily work with?
4. Which of the following is a benefit of data compression?
5. What does the 'compress' method in the zlib module do?

Advertisements