@ -11,7 +11,6 @@ def reussite(joueur, action):
lst_action = tbl[1]
for i in range(len(lst_joueur)):
if str(joueur) == str(lst_joueur[i]):
print(lst_action[i])
if lst_action[i] == "tir-reussi":
tenta_t +=1
reu_t +=1