def hello(name) : print ('Hello World!') name = input() hello(name)