python/2024-10-19-1.py

4 lines
68 B
Python

def say_hello(x):
print("hello",x)
return
say_hello(input())