Bagaimana cara menyapa dengan nama di Python

name = input("what is your name")

print("Hello "+name)
Lucky Lizard