Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write code that will do the following: a . Print out the name of the current working directory. b . Change the current working directory

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. The code should work for any folder contents.
i. Print out the contents and file sizes of the CPT180\pets\dogs folder as shown in the
Example Output. The code should work for any folder contents.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

PostgreSQL 10 High Performance Expert Techniques For Query Optimization High Availability And Efficient Database Maintenance

Authors: Ibrar Ahmed ,Gregory Smith ,Enrico Pirozzi

3rd Edition

1788474481, 978-1788474481

More Books

Students also viewed these Databases questions

Question

Describe and develop a Balanced Scorecard.

Answered: 1 week ago

Question

what is the coefficient of x^9 in (2-x)^19

Answered: 1 week ago