partie1_ex47.py

Created by cahier-indice-algo-1techno

Created on April 22, 2022

88 Bytes


L = [7, 2, 5]
M = []
for i in range(len(L)):
    M.append(i * L[i])