1 changed files with 15 additions and 1 deletions
@ -1,2 +1,16 @@ |
|||
def reussite(): |
|||
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 |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Loading…
Reference in new issue