partie1_ex9.py

Created by cahier-indice-algo-1gen

Created on April 22, 2022

124 Bytes


from math import *

coef1 = 1 + 0.2
coef2 = 1 + 0.1
coef_global = coef1 * coef2
t = sqrt(coef_global) - 1