Jak się przywitać z imieniem w Python

name = input("what is your name")

print("Hello "+name)
Lucky Lizard