From 60b6b8bde9321d20ad94e24d43ff069e8aa34cf6 Mon Sep 17 00:00:00 2001 From: manon Date: Thu, 23 Jan 2025 11:39:03 +0100 Subject: [PATCH] base --- projet_calculatrice.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 projet_calculatrice.py 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