prix=float(input("Prix=")) age=int(input("Age=")) reduction=prix*age/100 prix_reduit=prix-reduction print("Prix réduit=",prix_reduit)