diff --git a/miniprojet.py b/miniprojet.py index 74f3937..3ced35e 100644 --- a/miniprojet.py +++ b/miniprojet.py @@ -52,4 +52,7 @@ class Personnage: print(f"NOM: {self.nom} \n CATEGORIE : {self.cat} \n PV : {self.pdv} \n XP : {self.exp}") def affiche_inventaire(self): - print(f"Dans votre sac vous avez : {self.inventaire}") \ No newline at end of file + print(f"Dans votre sac vous avez : {self.inventaire}") + +# Partie Jeu +