ch09_ex68_prof.py

Created by manuel-2de-indice2019

Created on October 14, 2019

83 Bytes


def evolue(q1, q2):
    c = q2/q1
    t = c-1
    return c, t