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