From d0821a440953c3d8678f515bd34a5ccaf6669455 Mon Sep 17 00:00:00 2001 From: "corentin.bollet" Date: Fri, 3 Feb 2023 08:39:41 +0100 Subject: [PATCH] nouveau commit du fichier --- basket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basket.py b/basket.py index ffe2762..6d36039 100644 --- a/basket.py +++ b/basket.py @@ -1,4 +1,4 @@ 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() \ No newline at end of file + stats = stats.read().strip()