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

Method hello

Chapter 10 - PS/04_problem4.py:15–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14 @staticmethod
15 def hello():
16 print("Hello there!")
17
18a = Calculator(4)
19a.hello()

Callers 1

04_problem4.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected