Skip to content
Snippets Groups Projects
Commit dc8cd55d authored by rachida0001's avatar rachida0001
Browse files

passer la question 6 pour le moment

parent 1c9ba46b
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,9 @@ class TabletteChocolat:
def coupe(self, i, j):
return TabletteChocolat(self.m -i, self.n -j)
def plot(self):
pass
if __name__ == "__main__":
import doctest
doctest.testmod()
\ 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