diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index c876e815cd87f4898cc0a7f9f541c78ebed7f530..567ccb0f1edda658b43435f6faa897488b955eb5 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -16,15 +16,17 @@ Image of the space ### Creation of the list -Simple list +A bullet list - the first element; - the second element; -Numbered list +A numbered list 1. the first element; 2. the second element + + ```python print("Hellow, world!")