From 69504bffd8d0d400491e13adbab5329aa542c9e8 Mon Sep 17 00:00:00 2001 From: BELLYNCK Manon Date: Thu, 30 Jan 2025 14:51:19 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'oui.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oui.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oui.py b/oui.py index 7b831cd..9b4a101 100644 --- a/oui.py +++ b/oui.py @@ -5,4 +5,9 @@ class Expression: self.gauche = fils_gauche self.droit = fils_droit + def évalue (self) : + if fils_gauche == None and fils_droit == None : + return + return évalue + \ No newline at end of file