diff --git a/main.py b/main.py index ba7f1ac2cea0ed8cdbf60e57c72e57aba06f31ec..a56ab5557962858883da590ef2c146b6f0986fa0 100644 --- a/main.py +++ b/main.py @@ -7,12 +7,11 @@ class TabletteChocolat: def __repr__(self): return ("Tablette de chocolat de" str(self)) -t=TabletteChocolat(3,4) -print(t) except: raise TypeError(int(self.m),int(self.n)) - +t=TabletteChocolat(3,4) +print(t)