Cómo saludar con nombre en Python

name = input("what is your name")

print("Hello "+name)
Lucky Lizard