From ae920c26c7e2bef07b28476fe37e17299039d8f8 Mon Sep 17 00:00:00 2001 From: "baptist.guillaume" Date: Mon, 29 Jan 2024 15:53:00 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9but=20du=20projet=20calculatrice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calculatrice.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 calculatrice.py diff --git a/calculatrice.py b/calculatrice.py new file mode 100644 index 0000000..6c3683b --- /dev/null +++ b/calculatrice.py @@ -0,0 +1,2 @@ +class Expression: + \ No newline at end of file