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