From 4f0bdbc842b50d4a20ae5d3ec5a1f5f4129a3891 Mon Sep 17 00:00:00 2001 From: f8dc60cab5180566667b00ce62a51ae7 Date: Wed, 11 Jun 2025 21:35:27 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index c876e81..567ccb0 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!") -- 2.18.1