Subclass with Extra Method

A subclass keeps everything from the parent and can also add new methods of its own. Add a bark method on top of what Animal already provides.
Python
Setting up Python environment...
Output