Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ display_greeting
Function
display_greeting
magic8ball.py:37–38 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
35
36
37
def
display_greeting(name):
38
print(f
"Hello, {name}!"
)
39
40
41
def
magic_8_ball():
Callers
1
magic8ball.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected