From c20912df087089b4a2e8e2869426e4923b93a34f Mon Sep 17 00:00:00 2001 From: "enzo.nicolas" Date: Fri, 3 Feb 2023 08:53:14 +0100 Subject: [PATCH] ajout fonction total_point --- basket.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/basket.py b/basket.py index 6d36039..8558f4c 100644 --- a/basket.py +++ b/basket.py @@ -2,3 +2,6 @@ def reussite(joueur, action): #recuperer toutes les lignes débutant par joueur ET action (join et search?) with open('stats.txt', 'r') as stats: stats = stats.read().strip() +def total_points(): + #c'est un test + return True \ No newline at end of file