diff --git a/basket.py b/basket.py index 2db9ec8..8756b6e 100644 --- a/basket.py +++ b/basket.py @@ -18,5 +18,4 @@ def totalPoints(joueur): ligne = ligne.strip().split(' ') coord_x, coord_y = int(ligne[3]), int(ligne[4]) nb_total_points += points(coord_x, coord_y) - return nb_total_points - return True \ No newline at end of file + return nb_total_points \ No newline at end of file