partie1_ex15.py

Created by cahier-algo-2de-indice2019

Created on November 27, 2018

65 Bytes


def solde(p,t):
    p=p-p*t/100
    return(p)