Zip file report

  1. Using the zipfile module in the standard library, read a Zip archive.
  2. Display a report of the contents of the archive.
  3. For each item in the archive, display (1) the file name, (2) the original size, and (3) the compressed size.

What you will learn:

Additional information:

For examples of the use of the zipfile module, see: