MCPcopy
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

1def goodDay(name, ending="Thank you"):
2 print(f"Good Day, {name}")
3 print(ending)
4

Callers

nothing calls this directly

Calls 1

goodDayFunction · 0.70

Tested by

no test coverage detected