Skip to content
Snippets Groups Projects
Commit 79c9da76 authored by MAMY Rodrigue's avatar MAMY Rodrigue
Browse files

Ajout Q-4 main.py

parent 78ae117b
Branches
No related tags found
No related merge requests found
...@@ -11,5 +11,5 @@ class TabletteChocolat: ...@@ -11,5 +11,5 @@ class TabletteChocolat:
def coups_possibles(self): def coups_possibles(self):
for i , j in it.product(range(0, self.m), range(0, self.n)): for i , j in it.product(range(0, self.m), range(0, self.n)):
print (i,j) print (i,j)
def est_possible(self):
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment