c4ex54.py

Created by manuel-eleve-tle-techno-indice2020

Created on May 11, 2020

155 Bytes


from math import*

def change(X,Y):

    T=[];Z=[]

    for i in range(len(X)):

        T.append(...)

        Z.append(...)

    return T,Z