diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index fd9f19dc99e392c595f1fabb2a63ceff6d23fe1e..24443024165f38fa852715e92f2121316d861bbf 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -9,7 +9,7 @@ Une phrase sans rien Un lien vers [fun-mooc](http://fun-mooc.fr) -Une ligne de print("code") +Une ligne de print("code!") ## Sous-partie 2 : listes Liste à puce - item @@ -23,4 +23,4 @@ Liste numérotée 2. item 3. item ## Sous-partie 3 : code -print("# Extrait de code") \ No newline at end of file +print("# Extrait de code!") \ No newline at end of file