1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
def manque(joueur): |
||||
|
with open("stats.txt","r") as stat: |
||||
|
for ligne in stat: |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
Loading…
Reference in new issue