c10ex123.py

Created by manuel-eleve-tle-specialite-indice2020

Created on May 29, 2020

147 Bytes


from math import *

def somme():

    S=0; x=-1; h=...

    for i in range(1,...):

        x=x+...

        S=...

    return(...)