diff --git a/representation_construits/chapitre_1/MATRICES.md b/representation_construits/chapitre_1/MATRICES.md index e7e5fa9..1ef6c5c 100644 --- a/representation_construits/chapitre_1/MATRICES.md +++ b/representation_construits/chapitre_1/MATRICES.md @@ -49,7 +49,7 @@ Cela retourne **12** car il s'agit de l'élément à la ***3ème ligne (indice 2 -Soit la matrice m = [["a","b"],["c","d"],["e","f"],["g","h"]] +Soit la matrice m = [ ["a","b"],["c","d"],["e","f"],["g","h"] ] Comment accéder à l'élément "e" ?