From dc8cd55d6ea8ecf48f89593b72402c597760a595 Mon Sep 17 00:00:00 2001 From: rachida0001 <rachida.guedouari.ro@gmail.com> Date: Fri, 10 Jan 2025 14:57:38 +0100 Subject: [PATCH] passer la question 6 pour le moment --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index 245048c..edc0cf4 100644 --- a/main.py +++ b/main.py @@ -29,6 +29,9 @@ class TabletteChocolat: def coupe(self, i, j): return TabletteChocolat(self.m -i, self.n -j) + def plot(self): + pass + if __name__ == "__main__": import doctest doctest.testmod() \ No newline at end of file -- GitLab