2026-03-11 13:32:58 +08:00

2 lines
55 B
Python

def hello(name: str) -> str:
return f"Hello {name}"