From 6273c3bec446e8350ef33bf082e0053d7d9ce610 Mon Sep 17 00:00:00 2001 From: "thomas.augot" Date: Fri, 3 Feb 2023 09:45:57 +0100 Subject: [PATCH] ajout fonction points --- basket.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/basket.py b/basket.py index 8756b6e..b305c01 100644 --- a/basket.py +++ b/basket.py @@ -10,6 +10,10 @@ def reussite(joueur, action): if ligne[0] == joueur and ligne[1].split('-')[1] == "reussi": nb_reussite_action += 1 return nb_action, nb_reussite_action +def points (x, y): +with open("stats.txt","r") as stats : + for ligne in stats: + def totalPoints(joueur): #théoriquement ça fonctionne mais on ne puet pas le tester tout de suite. with open('stats.txt', 'r') as stats: