1 changed files with 8 additions and 0 deletions
@ -1 +1,9 @@ |
|||
from traitement import traitement |
|||
def reussite(joueur, action): |
|||
tbl = traitement("stats") |
|||
lst_joueur = tbl[0] |
|||
lst_action = tbl[1] |
|||
for i in lst_joueur: |
|||
if joueur == lst_joueur[i]: |
|||
|
|||
|
Loading…
Reference in new issue