python/2024-10-19-1.py

4 lines
68 B
Python
Raw Normal View History

2025-01-08 09:17:08 +08:00
def say_hello(x):
print("hello",x)
return
say_hello(input())