Zip files -- create archive

  1. Use the zipfile module in the standard library to create a new zip file archive.
  2. Add several files to the archive. Make sure that your files are compressed (deflated), not stored.
  3. Use some Zip archiving tool (for example, 7z, WinZip, zip/unzip, etc) to check the contents of your new archive.

What you will learn:

Additional information: