# Exercice 1

s = ""
while s != "oui" and s != "non":
    s = input("Oui ? Non ? Peut-être ? ")
print("Perdu !")