MCPcopy
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
53def print_name_with_default(name, surname, alias="Sin alias"):
54 print(f"{name} {surname} {alias}")
55
56
57print_name_with_default("Brais", "Moure")

Callers 1

10_functions.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected