mot = input("Saisissez un mot: ") if 'e' in mot: print("Le mot",mot,"contient le caractère 'e'.") else: print("Le mot",mot,"ne contient pas le caractère 'e'.")