👤

Sagot :

KYLE95

Réponse:

age=int(input())

if age<27 or age>60:

print("15 euros")

else:

print("30 euros")

Explications étape par étape:

input() demande une valeur, int(input()) convertit la valeur qu'on saisie.

© 2024 IDNLearn. All rights reserved.