diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 0ac1cd5f3e0a4110eef554b4b9359238f9b86860..462ec4a27adb51276bdc8712097ef7d51a79418b 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,7 +8,7 @@ Une phrase sans rien [Un lien vers fun-mooc.fr](http://fun-mooc.fr) -Une ligne de print(code) +Une ligne de print("code") ## Sous-partie 2 : listes @@ -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