On Windows, write a Python 3 program, cleanup.py, that meets thesame requirements as the Bash cleanup.sh from Part 1 of this Labprocedure. You must also implement a test harness for cleanup.py -you are welcome to reuse the same test harness from Part 1 if youcan make it work with cleanup.py.
Part1
On Windows usingGitBash or on Linux, write a program to delete “junk” files. To bespecific, we want to remove files that are backups and auto-savedversions.
- Create a file “cleanUp.sh”. Use this file to write your scriptin Bash.
- In cleanUp.sh, develop a Bash function called cleanUp() thatdeletes all backup and auto-save
OROR