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