From 786cc13d516dc71a74c708ba119fc00cfd0d9331 Mon Sep 17 00:00:00 2001 From: "mansat.t" <> Date: Thu, 13 Mar 2025 17:54:48 +0100 Subject: [PATCH] fonctionnelle 100 --- fonction_manque.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fonction_manque.py b/fonction_manque.py index cc81dc7..9eafade 100644 --- a/fonction_manque.py +++ b/fonction_manque.py @@ -24,10 +24,11 @@ def manque (joueur): """"tests pour la fonction""" - +""" for i in range (1,11): joueur = "J" + str(i) print(joueur,manque(joueur)) for i in range (1,11): joueur = "J" + str(i) + "V" - print(joueur,manque(joueur)) \ No newline at end of file + print(joueur,manque(joueur)) + """ \ No newline at end of file