From d52052064d50b619eb15455f636034c5faedd0e0 Mon Sep 17 00:00:00 2001 From: BiocheH <quentin.hartman13@gmail.com> Date: Fri, 10 Jan 2025 13:09:39 +0100 Subject: [PATCH] =?UTF-8?q?cr=C3=A9ation=20de=20la=20classe=20TabletteChoc?= =?UTF-8?q?olat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/main.py b/main.py index cafc0a0..1a59ddf 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,11 @@ -# main.py pour l'examen +# rendu de Quentin Hartman + +# Imports éventuels + + +class TabletteChocolat: + def __init__(self, m: int, n: int): + self.m = m + self.n = n -# exemple de code -print("hello world") -# tout ceci est un placeholder -#salut test de commit de nouveau -- GitLab