c9bacc.py

Created by manuel-eleve-tle-techno-indice2020

Created on May 15, 2020

137 Bytes


from math import*

def concentration():

    t=0

    c=1.3

    while ... :

        t=t+0.1

        c=...

    return(t)