Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/ greet
Function
greet
data/python/00_basics.py:5–6 ·
view source on GitHub ↗
(user)
Source
from the content-addressed store, hash-verified
3
active = True
4
5
def
greet(user):
6
return
f
"Hello, {user}!"
7
8
print(greet(name))
9
Callers
1
00_basics.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected