Como dizer olá com nome em python

name = input("what is your name")

print("Hello "+name)
Lucky Lizard