Computer Science, asked by gaganadithyareddy9, 7 months ago

I am learning Zipping and unzipping files in Python. When I am opening the file where I zipped files, it is showing as 'Make sure it is in UTF-8 and contains proper encoding hint'. Anyone please help​

Answers

Answered by Anonymous
5

Zip is an archive file format which supports the lossless data compression. The Zip file is a single file containing one or more compressed files.

Prerequisites To Work With Zip Files

You must know the file handling of Python to understand Zip file handling. If you don't know the file handling, head over to the W3Schools File Handling section to learn.

OOPS concept in Python

Python concepts like conditionals, loops, functions, classes, etc.,

If you don't know Python take DataCamp's free Intro to Python for Data Science course to learn Python language or read Pythons official documentation....

#anonymous

Similar questions