From 6e3a1b01b33340ec9c8764281f13bb5e6e286258 Mon Sep 17 00:00:00 2001 From: BOLLET Corentin Date: Mon, 30 Jan 2023 11:27:53 +0100 Subject: [PATCH] Ajouter 'basket.py' --- basket.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 basket.py diff --git a/basket.py b/basket.py new file mode 100644 index 0000000..9baf5e1 --- /dev/null +++ b/basket.py @@ -0,0 +1,3 @@ +def reussite(joueur, action): + #recuperer toutes les lignes débutant par joueur ET action (join et search?) + #... \ No newline at end of file