Skip to content
Snippets Groups Projects
Commit 763dd82f authored by GUYOT Maelis's avatar GUYOT Maelis
Browse files

question2

parent c8e97a37
No related branches found
No related tags found
No related merge requests found
#Imports éventuels
#AJouts de fonctions et méthode
class TabletteChocolat:
def __init__(self,m,n):
self.n=n
self.m=m
if not isinstance(n,int) or isinstance(m,int):
raise TypeError
#Programme principal
if __name__='main'
\ 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