Skip to content
Snippets Groups Projects
Commit d5205206 authored by BiocheH's avatar BiocheH
Browse files

création de la classe TabletteChocolat

parent b64ea6a5
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment