c11comm.py

Created by manuel-eleve-tle-techno-indice2020

Created on May 15, 2020

115 Bytes


from math import*

def temps(seuil):

    T=0

    while(...<seuil):

        T=T+0.1

    return(T)