Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/imnowdevops/ddc-material
/ greetings
Function
greetings
16.Python/Python-Scripts/Functions.py:34–36 ·
view source on GitHub ↗
(MSG="Morning")
Source
from the content-addressed store, hash-verified
32
33
# Default Argument
34
def
greetings(MSG=
"Morning"
):
35
print(f
"Good {MSG}"
)
36
print(
"Welcome to the function."
)
37
38
39
greetings()
Callers
1
Functions.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected