Browse Source

Mise à jour de 'basket.py'

master
BOLLET Corentin 2 years ago
parent
commit
f403c1d50d
  1. 3
      basket.py

3
basket.py

@ -1,3 +1,4 @@
def reussite(joueur, action):
#recuperer toutes les lignes débutant par joueur ET action (join et search?)
#...
with open('stats.txt', 'r') as stats:
stats = stats.read().strip()
Loading…
Cancel
Save