write a method teach as part of the class dog. the method teach should add a passed string parameter to tricks and print a message that the dog knows the trick. >>> sugar.teach('frisbee') sugar knows frisbee