From 472e2db33e1c250b2d7f9800636029eb53bfe92e Mon Sep 17 00:00:00 2001 From: manu D <> Date: Tue, 27 Feb 2024 12:15:09 +0100 Subject: [PATCH] notation --- calculatrice.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calculatrice.py b/calculatrice.py index 3be3e15..220c15f 100644 --- a/calculatrice.py +++ b/calculatrice.py @@ -7,6 +7,8 @@ # Dans npi2tree : # tu fais une erreur dans l'ordre des opérations : 2 3 - devrait donner -1, pas 1 # il faudrait aussi gérer les erreurs (par exemple 2 3 5 +) +# Dans resultat : +# pourquoi convertir deux fois l'expression en arbre ?? # Note : 9.5 / 10