Wie sagt man Hallo mit dem Namen in Python

name = input("what is your name")

print("Hello "+name)
Lucky Lizard