Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 729 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 729 Bytes

Python

Practice Problems

The practice problems: contains a solution of all the example problems of Programiz There are few more related solutions are also added.

The file similarity: actually finds out the similar files between the files that exists in a csv a file as well as in a directory. That is, a directory contains some files in it and there is a csv file by the random.csv which also contains some files which are also in the directory, so here I have found out the percentage of similar files between the directory and the csv file.

I have used pycharm IDE and python 3.10 to write my codes.