class Tablier: def __init__(self, h, w): self.h = h self.w = w def __str__(self): # nous ne détaillons pas ici, voir le script complet