MCPcopy
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
34def greetings(MSG="Morning"):
35 print(f"Good {MSG}")
36 print("Welcome to the function.")
37
38
39greetings()

Callers 1

Functions.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected