Project Brief
Your task for this project is to write a Python script that looks in a folder and removes duplicate files.
Project Instructions
Download these files and place them in an empty directory. Some of those files are duplicates.
Write a Python script that removes the duplicate files located in that directory.
Note that the script should work with both binary (i.e., text files) and non-binary files as well.