partie1_ex12.py

Created by cahier-indice-algo-1gen

Created on April 22, 2022

92 Bytes


def conso(v):
    c = (20 * v**2 - 1600 * v + 40000) / v**2
    return c