commit 60b6b8bde9321d20ad94e24d43ff069e8aa34cf6 Author: manon Date: Thu Jan 23 11:39:03 2025 +0100 base diff --git a/projet_calculatrice.py b/projet_calculatrice.py new file mode 100644 index 0000000..2b31972 --- /dev/null +++ b/projet_calculatrice.py @@ -0,0 +1,10 @@ +# BELLYNCK Manon +# GUILLAUMIN-TORRES Ambre +# COVIN Clara + +class Expression : + + def __init__ + def évalue + def __str__ : #affichage en dfs infixe + \ No newline at end of file