corentin.bollet
2 years ago
1 changed files with 1 additions and 1 deletions
@ -1,4 +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: |
with open('stats.txt', 'r') as stats: |
||||
stats = stats.read().strip() |
stats = stats.read().strip() |
||||
|
Loading…
Reference in new issue