MCPcopy Index your code
hub / github.com/qiwsir/StarterLearningPython / Dog

Class Dog

2code/21101.py:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 print "Meow!"
18
19class Dog(Animal):
20 def talk(self):
21 print "Woof!"
22
23
24a = Animal()

Callers 1

21101.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected