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