BOLLET Corentin
2 years ago
1 changed files with 2 additions and 1 deletions
@ -1,3 +1,4 @@ |
|||||
def reussite(joueur, action): |
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: |
||||
|
stats = stats.read().strip() |
Loading…
Reference in new issue