Inpunt et sortie

name = input("What's your name?")
print("Good morning {0}. Welcome to Python".format(name))
Bad Booby