Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ greet
Method
greet
Chapter 10/04_constructor.py:16–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
@staticmethod
16
def
greet():
17
print(
"Good morning"
)
18
19
20
harry = Employee(
"Harry"
, 1300000,
"JavaScript"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected