|
@ -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 |
|
|
|