c8ex110.py

Created by manuel-eleve-tle-specialite-indice2020

Created on May 29, 2020

160 Bytes


from math import *



def longueur(n):

    l=pi/n

    L=0

    for k in range(0,n):

        a=k*l

        b=a+l

        L=...

    return(L)