Browse Source

traitement.py

master
angel.barquin 3 weeks ago
parent
commit
5da03847fa
  1. 0
      FonctionL.py
  2. 0
      fonctionB.py
  3. 0
      fonctionC.py
  4. BIN
      les_consignes.png
  5. 1
      reussite.py
  6. 4
      traitement.py

0
FonctionL.py

0
fonctionB.py

0
fonctionC.py

BIN
les_consignes.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

1
reussite.py

@ -0,0 +1 @@
from traitement import traitement

4
traitement.py

@ -1,4 +1,6 @@
def traitement(stats):
"""renvoie 4 listes du fichier texte stat,
lst_joueur,lst_action, lst_x, lst_y"""
lst_joueur = []
lst_action = []
lst_x = []
@ -16,4 +18,4 @@ def traitement(stats):
lst_x.append(x)
lst_y.append(y)
return lst_joueur , lst_action , lst_x , lst_y
traitement("stats.txt")

Loading…
Cancel
Save