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

question 1

parent b59b7dde
No related branches found
No related tags found
No related merge requests found
class TabletteChocolat:
def __init__(self, m, n):
self.m = m
self.n = n
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