Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ greet
Method
greet
Chapter 10/03_self.py:9–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
@staticmethod
9
def
greet():
10
print(
"Good morning"
)
11
12
13
harry = Employee()
Callers
1
03_self.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected