Question: Phase 0: Tell the user what the code is doing at runtime For every task, your Python code should display what it is about to
Phase 0: Tell the user what the code is doing at runtime
- For every task, your Python code should display what it is about to do before starting, and inform the user when the task is done. This will also help you with the architecture of your code and debugging.
Phase 1: Automated creation of directories and files
- Create a directory named your1stname_yourlastname_DIR in the Documents directory of your computer.
- Inside the your1stname_yourlastname_DIR directory, automate the creation of directories and files according to the tree structure in Figure 1. You should find patterns and the file/folder names that would allow you to achieve this through a few loops. For instance, you may create variables such as folder and image and use them to generate names automatically.
note: I am unable to post the figure here so it is okay if you write the okay.
thank you for your help. I have other posts next to this..
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
