diff --git a/traitement.py b/traitement.py index 7a4eebb..cf6ec00 100644 --- a/traitement.py +++ b/traitement.py @@ -19,3 +19,6 @@ def traitement(stats): lst_y.append(y) return lst_joueur , lst_action , lst_x , lst_y +#test = traitement("stats") +#print(test) +