c8ex106.py

Created by manuel-eleve-tle-techno-indice2020

Created on May 15, 2020

173 Bytes


from math import *

def rectangle():

    x=1

    u=0

    h=1/2

    for i in range(4):

        u=.............

        x=..........        

    return u