Browse Source

ajout fonction total_point

master
enzo.nicolas 2 years ago
parent
commit
c20912df08
  1. 3
      basket.py

3
basket.py

@ -2,3 +2,6 @@ def reussite(joueur, action):
#recuperer toutes les lignes débutant par joueur ET action (join et search?) #recuperer toutes les lignes débutant par joueur ET action (join et search?)
with open('stats.txt', 'r') as stats: with open('stats.txt', 'r') as stats:
stats = stats.read().strip() stats = stats.read().strip()
def total_points():
#c'est un test
return True
Loading…
Cancel
Save