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()