Skip to content
Snippets Groups Projects
Commit 8c4c1b59 authored by CHOPIN Lou-anne's avatar CHOPIN Lou-anne
Browse files

question 7

parent 3ad634fb
Branches master
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ class TabletteChocolat :
return f"Tablette de chocolat de ({self.m}, {self.n})"
def coups_possibles(self) :
#return itertools.chain(((i, j) for i in range(self.m) for j in range(self.n) if self.tablette[i][j] == 1))
coups_possibles = []
for i in range(self.m):
for j in range(self.n):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment