class Personnage: def __init__(self, nom, niveau, points_de_vie): self.nom = nom self.niveau = niveau self.points_de_vie = points_de_vie