MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / Dog

Class Dog

Chapter 11 - PS/02_problem2.py:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 pass
6
7class Dog(Pets):
8
9 @staticmethod
10 def bark():
11 print("Bow Bow!")
12
13
14d = Dog()

Callers 1

02_problem2.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected