diff --git a/docs/T1_Demarrer_en_Python/1.5_Fonctions/exercices.md b/docs/T1_Demarrer_en_Python/1.5_Fonctions/exercices.md index f967dfe2..708acc30 100644 --- a/docs/T1_Demarrer_en_Python/1.5_Fonctions/exercices.md +++ b/docs/T1_Demarrer_en_Python/1.5_Fonctions/exercices.md @@ -16,7 +16,7 @@ ``` === "Correction" - {{ correction(False, + {{ correction(True, " ```python linenums='1' def maxi(n1, n2): @@ -44,7 +44,7 @@ ``` === "Correction" - {{ correction(False, + {{ correction(True, " ```python linenums='1' def nb_voyelles(mot): diff --git a/docs/index.md b/docs/index.md index e75c3e50..199beb7f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@ ## Thèmes en cours d'étude : - :arrow_right: [Fonctions](./T1_Demarrer_en_Python/1.5_Fonctions/cours) -- [Exercices sur les Fonctions](./T1_Demarrer_en_Python/1.5_Fonctions/cours) +- [Exercices sur les Fonctions](./T1_Demarrer_en_Python/1.5_Fonctions/exercices) !!! info "*Anciens thèmes traités*" - [Instruction conditionnelle ```#!python if```](T1_Demarrer_en_Python/1.4_Instruction_conditionnelle_if/cours/)