S’il vous plaît aider avec cette exercice sur python je comprend pas comment on fait si vous pouvez m’aider sa serait génial

Sil Vous Plaît Aider Avec Cette Exercice Sur Python Je Comprend Pas Comment On Fait Si Vous Pouvez Maider Sa Serait Génial class=

Sagot :

Réponse:

age=int(input("votre âge?"))

If âge<=14:

print("4euros")

elif âge>=15 and âge<=59:

print("7euros90")

Else:

print("6euros40")