Напишите команду Python, чтобы отобразить свое имя

name-input("enter your name: ")
print("Hello",name + "!")
Healthy Hedgehog