c3bacd.py

Created by manuel-eleve-tle-techno-indice2020

Created on May 11, 2020

164 Bytes


def safran():

    x=1

    p=50

    c=2*x**2-23*x+90+36/x

    while ........:

        x=x+0.1

        c=2*x**2-23*x+90+36/x

    return(........)