c8ex26.py

Created by manuel-eleve-tle-techno-indice2020

Created on July 09, 2020

182 Bytes


from math import *

def rectangle():

    x=0

    u=0

    v=0

    h=....

    for i in range(4):

        u=.......

        v=.......

        x=x+h

    return u,v