From f77bcc611386d59b91834918a3ce8b8c656aa719 Mon Sep 17 00:00:00 2001 From: "arthur.laine" Date: Wed, 12 Mar 2025 14:19:09 +0100 Subject: [PATCH] =?UTF-8?q?test=20ajout=C3=A9=20=C3=A0=20la=20fonction=20m?= =?UTF-8?q?anque?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manque.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manque.py b/manque.py index 9a332a4..b9950b5 100644 --- a/manque.py +++ b/manque.py @@ -19,4 +19,7 @@ def manque(joueur): perte_de_balle = perte_de_balle +1 total_manque = tir_manque + lancer_rat + perte_de_balle return total_manque + +#test = manque("J42") +#print(test)