Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ 04_default_argument.py
File
04_default_argument.py
Chapter 8/04_default_argument.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
goodDay(name, ending=
"Thank you"
):
2
print(f
"Good Day, {name}"
)
3
print(ending)
4
Callers
nothing calls this directly
Calls
1
goodDay
Function · 0.70
Tested by
no test coverage detected