MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / 03_function_with_arguments.py

File 03_function_with_arguments.py

Chapter 8/03_function_with_arguments.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def goodDay(name, ending):
2 print("Good Day, " + name)
3 print(ending)
4 return "ok"

Callers

nothing calls this directly

Calls 1

goodDayFunction · 0.70

Tested by

no test coverage detected