You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
292 B

def reussite(joueur, action):
tentatives=0
reussites=0
with open("stats.txt") as f:
if nom_joueur == joueur:
if 'tir' in type_action:
tentatives + 1
if 'reussi' in type_action:
reussites + 1
for