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