Browse Source

suppression d'une ligne en trop et ajustements

master
corentin.bollet 2 years ago
parent
commit
5295edaade
  1. 3
      basket.py

3
basket.py

@ -18,5 +18,4 @@ def totalPoints(joueur):
ligne = ligne.strip().split(' ') ligne = ligne.strip().split(' ')
coord_x, coord_y = int(ligne[3]), int(ligne[4]) coord_x, coord_y = int(ligne[3]), int(ligne[4])
nb_total_points += points(coord_x, coord_y) nb_total_points += points(coord_x, coord_y)
return nb_total_points return nb_total_points
return True
Loading…
Cancel
Save