From 16e0ea98d3fa4e1bf8753ab7adbb115cedfacc49 Mon Sep 17 00:00:00 2001 From: "arthur.laine" Date: Mon, 3 Feb 2025 09:46:31 +0100 Subject: [PATCH] =?UTF-8?q?les=20listes=20de=20bases=20sont=20cr=C3=A9?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- afficheStats.py | 2 +- main.py | 2 +- manque.py | 2 +- points.py | 2 +- totalPoints.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/afficheStats.py b/afficheStats.py index e2a815f..9c20921 100644 --- a/afficheStats.py +++ b/afficheStats.py @@ -1,3 +1,3 @@ from traitement import traitement def afficheStats(joueur): - traitement("stats.txt") \ No newline at end of file + tb1 = traitement("stats.txt") \ No newline at end of file diff --git a/main.py b/main.py index d06b002..07c051c 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,3 @@ from traitement import traitement def main(): - traitement("stats.txt") \ No newline at end of file + tb1 = traitement("stats.txt") \ No newline at end of file diff --git a/manque.py b/manque.py index 5d8c5fc..5393282 100644 --- a/manque.py +++ b/manque.py @@ -1,3 +1,3 @@ from traitement import traitement def manque(joueur): - traitement("stats.txt") \ No newline at end of file + tb1 = traitement("stats.txt") \ No newline at end of file diff --git a/points.py b/points.py index f7d4b03..929a3d6 100644 --- a/points.py +++ b/points.py @@ -1,3 +1,3 @@ from traitement import traitement def points(x, y): - traitement("stats.txt") \ No newline at end of file + tb1 = traitement("stats.txt") \ No newline at end of file diff --git a/totalPoints.py b/totalPoints.py index b9f0978..c931c40 100644 --- a/totalPoints.py +++ b/totalPoints.py @@ -1,3 +1,3 @@ from traitement import traitement def totalPoints(joueur): - traitement("stats.txt") \ No newline at end of file + tb1 = traitement("stats.txt") \ No newline at end of file