Skip to content
Snippets Groups Projects
Commit 4c4d506d authored by BAHOU Mehdi's avatar BAHOU Mehdi
Browse files

Question 1

parent 455e0268
Branches
No related tags found
No related merge requests found
#Imports éventuels
#Déclaration des classes et des fonctions
class TabletteChocolat:
"""
m: nombres de lignes int
n : nombres de colonnes int
"""
def __init__(self, m, n):
self.m = m
self.n = n
#Programme Principal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment