Question: . Enter the transportation directory and create two sub - folders named plane and ship . D . In IDLE, create a new empty file

. Enter the transportation directory and create two sub-folders named plane and
ship.
D. In IDLE, create a new empty file named __init__.py and save it to the transportation
folder.
E. In IDLE, create another new file named move.py and save it to the transportation
folder. Enter the code below into move.py and save it.
F. Create two additional empty __init__.py files. Save one to the plane subfolder and
the other to the ship subfolder. The empty __init__.py files will make the two subfolders
sub-packages(see page 321 of the textbook).
G. In the plane subfolder, create a new filed named operation.py. Enter the code below
into operation.py and save it.
H. In the ship subfolder, create a new filed named operation.py. Enter the code below
into this operation.py and save it.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!