From 2c0f5c011b57646700aa985d89853a3b9d557da2 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Tue, 13 Jan 2026 08:28:10 +0100 Subject: [PATCH] edit affichage matrices d'exemple --- representation_construits/chapitre_1/MATRICES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ?