Question: 5. Write code that will do the following: a. Print out the name of the current working directory. b. Change the current working directory to
5. Write code that will do the following:
a. Print out the name of the current working directory.
b. Change the current working directory to the CPT180Stuff folder. c. Print out the name of the current working directory.
d. Create a new folder in the CPT180Stuff folder with the name "cellphones". In your code, check and ensure that the folder does not already exist prior to attempting to create it.
e. Print out the contents of the CPT180Stuff folder as shown in Example Output.
f. Print out the contents of the CPT180Stuff\cars folder as shown in Example Output.
g. Print out the contents of the CPT180Stuff\pets folder as shown in Example Output.
h. Print out the contents and file sizes of the CPT180\pets\cats folder as shown in the Example Output.

IDLE Shell 3.9.2 - OX File Edit Shell Debug Options Window Help Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AND64) ] on win32 Type "help", "copyright", "credits" or "license ()" for more information.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
