Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/Hello-Python
/ print_name
Function
print_name
Basic/10_functions.py:44–45 ·
view source on GitHub ↗
(name, surname)
Source
from the content-addressed store, hash-verified
42
43
44
def
print_name(name, surname):
45
print(f
"{name} {surname}"
)
46
47
48
print_name(surname=
"Moure"
, name=
"Brais"
)
Callers
1
10_functions.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected