diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 8601a3794bf3266df0dfc7ee4a74c96ba9541dee..9cc088b11509b5c2a50e179d669b6105a317ef0b 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