mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
2 lines
55 B
Python
2 lines
55 B
Python
def hello(name: str) -> str:
|
|
return f"Hello {name}" |