Correction du TP 7
Corrigé TP 7 suite. Exercice 1 def echange_lignes(img): # matrice carrée n ... Exercice 2 def photomaton(img, k): n = len(img) mat1 = [[img[i][j] for j in ...
Corrigé TP 7 suite. Exercice 1 def echange_lignes(img): # matrice carrée n ... Exercice 2 def photomaton(img, k): n = len(img) mat1 = [[img[i][j] for j in ...