
how to build classes
how to use those class templates to build objects
Copy/Read Pages 158-161
Create a class based on your favorite animal
it should have
three attributes ( the things in the def __init__ )
2 class methods (the actions it can do)
One of these actions needs a variable
After building the class template, create a object/instance of your animal and …