Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/Hello-Python
/ print_name_with_default
Function
print_name_with_default
Basic/10_functions.py:53–54 ·
view source on GitHub ↗
(name, surname, alias="Sin alias")
Source
from the content-addressed store, hash-verified
51
52
53
def
print_name_with_default(name, surname, alias=
"Sin alias"
):
54
print(f
"{name} {surname} {alias}"
)
55
56
57
print_name_with_default(
"Brais"
,
"Moure"
)
Callers
1
10_functions.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected