Browse Source

nouveau commit du fichier

master
corentin.bollet 2 years ago
parent
commit
d0821a4409
  1. 2
      basket.py

2
basket.py

@ -1,4 +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()
stats = stats.read().strip()

Loading…
Cancel
Save