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.

9 lines
224 B

from traitement import traitement
3 weeks ago
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]: