Question: Program Instructions 1 . Write a Python package with sub - packages, modules, and functions using keyword arguments. Use the following directory outline and module
Program Instructions
Write a Python package with subpackages, modules, and functions using keyword arguments. Use the following directory outline and module names your first starting point should be a directory called mathematics within your labusername directory:
mathematics
initpy
whoami.py
numbers
initpy
whoami.py
series.py
simple.py
geometry
initpy
whoami.py
rectangle.py
circle.py
cube.py
Create a mathematics package.
Initialize the all variable to the whoami module.
Create a whoami module.
Create a function named getname which returns the name variable.
Create a numbers subpackage.
Initialize the all variable to the whoami and series modules.
Create a whoam
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
