Question: Write a Python script that 1. takes every file in a git repo with the tag #TODO into a file todo.log. 2. For each type
Write a Python script that
1. takes every file in a git repo with the tag #TODO into a file todo.log.
2. For each type of file (HTML, JS, CSS, Python) the script will output a file count for how many of each exist
3. Find and delete all UNTRACKED (and untracked only) files ending in the extension .tmp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
