partie1_ex46.py

Created by cahier-indice-algo-1techno

Created on April 22, 2022

77 Bytes


L = [7, 2, 5]
M = []
for elt in L:
    M.append(elt - 2)