From d6da47768126f56c9e15f74ec4b51b2c45f673d6 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Fri, 7 Jul 2023 16:03:54 +0200 Subject: [PATCH] edit readme mastermind --- representation_construits/chapitre_1/tp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/representation_construits/chapitre_1/tp/README.md b/representation_construits/chapitre_1/tp/README.md index 7823568..1cce0ef 100644 --- a/representation_construits/chapitre_1/tp/README.md +++ b/representation_construits/chapitre_1/tp/README.md @@ -50,7 +50,7 @@ Il audra créer une fonction python Mastermind.py qui va permettre de respecter :param combinaison : liste contenant la combinaison secrète :param proposition : liste contenant la proposition de l'adversaire - :return : liste "indices" contenant les indices pour la proposition du joueur + :return indices : liste contenant les indices pour la proposition du joueur """ pass