c9ex125.py

Created by manuel-eleve-tle-techno-indice2020

Created on May 15, 2020

156 Bytes


from math import *

def temps() : 

    x=1

    y=6*x*exp(-x)

    while y>=..........:

        x=x+1

        y=...........

    return(x)