From 96c3e9109392c673678efb7bc0eac96e591cac61 Mon Sep 17 00:00:00 2001 From: prof Date: Mon, 4 Mar 2024 20:50:43 +0100 Subject: [PATCH] Notation --- projet calculatrice zayd.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projet calculatrice zayd.py b/projet calculatrice zayd.py index b1f9f89..d970aad 100644 --- a/projet calculatrice zayd.py +++ b/projet calculatrice zayd.py @@ -1,3 +1,6 @@ +# programme identique à celui de Paulin : note divisée par 2. + + class Expression: def __init__(self, root, left, right): self.root = root