Starting from:

$25

Closed Lab 7- The Animal Kingdom


For this assignment you will create a Python package called Animals. It will contain subpackages for Mammals, Birds, Fish, and SquirmyThings. Each subpackage contains a module
that defines a class of the same name, and a module called helpers.py that defines some
helper functions. See the sample files included in the zip file you downloaded. In addition,
you must add init .py to each package.
When the package is complete, create a file called animal tester.py that tests the
package and its contents.
1

More products