From 69fc815954e7654a671a13cf3d3ca9eb1723e5cf Mon Sep 17 00:00:00 2001 From: "maxime.viste" Date: Mon, 10 Feb 2025 08:35:51 +0100 Subject: [PATCH] j'essaye --- fonction_manque.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fonction_manque.py diff --git a/fonction_manque.py b/fonction_manque.py new file mode 100644 index 0000000..bea3495 --- /dev/null +++ b/fonction_manque.py @@ -0,0 +1,8 @@ +def manque(joueur): + with open("stats.txt","r") as stat: + for ligne in stat: + + + + + \ No newline at end of file