From f6696ce96159fff8487c055a8f55bd9adc9a248e Mon Sep 17 00:00:00 2001
From: COULIBALY Gie drissa <gie-drissa.coulibaly@etu.univ-amu.fr>
Date: Fri, 10 Jan 2025 13:29:42 +0000
Subject: [PATCH] Update file main.py

---
 main.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/main.py b/main.py
index ba7f1ac..a56ab55 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)
 
 
 
-- 
GitLab