From e45128356a133c780aacbc038a863e7b9acf5f5d Mon Sep 17 00:00:00 2001 From: jordan <> Date: Mon, 16 Sep 2024 11:49:59 +0200 Subject: [PATCH] Sauvegarde --- miniprojet.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +