# Entrée : stocke dans la variable prenom
prenom=input("Comment t'appeles tu ? ")
# Sortie
print("Bonjour "+prenom)