|
@ -2,3 +2,6 @@ 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() |
|
|
|
|
|
def total_points(): |
|
|
|
|
|
#c'est un test |
|
|
|
|
|
return True |