How to Create and Extract Zip file in Python
What is ZIP File? A ZIP is an archive file format that supports lossless data compression. A ZIP file may contain one or more files or directories that may have been compressed. (or) A zip file is a way of grouping or archiving multiple files in one file. Now, we will see how to create a zip file…