ch09_ex67_prof.py

Created by manuel-2de-indice2019

Created on October 14, 2019

71 Bytes


def taux(p1, p2):
    t = (p2-p1)/p1
    return t