Checkpoint 16.14.1.
Create a
Dog
class and define the __init__
method that has one parameter, name
. Then define the getName
method, which returns the name
when the method is called.