Escreva comando python para exibir seu nome

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