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.
|
|
|
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]:
|
|
|
|
|
|
|
|
|