Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
a = Calculator(4)
19
a.hello()
Callers
1
04_problem4.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected