Contents:
[docs] def hello(name: str = "World") -> str: """Return a greeting.""" return f"Hello, {name}!"