MCPcopy
hub / github.com/Asabeneh/30-Days-Of-Python / greet_person

Function greet_person

mypackage/greet.py:1–2  ·  view source on GitHub ↗
(firstname, lastname)

Source from the content-addressed store, hash-verified

1def greet_person(firstname, lastname):
2 return f'{firstname} {lastname}, welcome to 30DaysOfPython Challenge!'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected