diff --git a/module1/exo2/fichier-markdown2.md b/module1/exo2/fichier-markdown2.md index 7bc02334e8da9f8223509fe5906811e351efb7a7..454c3b107141955bbe9a0327469ca87a85f4bbaa 100644 --- a/module1/exo2/fichier-markdown2.md +++ b/module1/exo2/fichier-markdown2.md @@ -10,7 +10,7 @@ _Une phrase en italique_ Un lien vers [fun-mooc.fr] (https://www.fun-mooc.fr/) -Une ligne de print("code") +Une ligne de `code` ##Sous-partie 2 : listes @@ -30,4 +30,4 @@ Une ligne de print("code") ## Sous-partie 3 : code -print("Code") +`print(#Etrait de code)` \ No newline at end of file