Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Download the start.zip from Canvas. When you unzip it, you will see that there are many many folders where each folder has a name consisting of 8 lowercase letters or digests. Write a program that an
Download the start.zip from Canvas. When you unzip it, you will see that there are many many folders where each folder has a name consisting of 8 lowercase letters or digests.
Write a program that analyzes the folder structure. 1) Find the path to the folders that have capital letters in their name.2) Find the path to the 6 files that are inside the folders.
start.zip Download start.zip
Note, please ignore files named ".DS_Store" in case you find one.
Remark: For full points, do NOT use os.walk.
Grading:- Assignment gives 10 points- if you use os.walk -4