diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 556666e5dcebcfe1de57569140c673956c55e803..75aa7d27323bd1f85ebc878db822f17e6215e47d 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,5 +1,5 @@ # Partie 1 -## Sous-partie 1 = sous-partie 1 : +## Sous-partie 1 : texte Une phrase sans rien *Une phrase en italique* @@ -10,7 +10,7 @@ Une phrase sans rien Une ligne de code -## Sous-partie 2 = des listes : +## Sous-partie 2 : listes Liste a puces non ordonnee : - item 1 - sous-item 1 @@ -23,7 +23,7 @@ Liste numérotée : 2. item 2 3. item 3 -## Sous-partie 3 = quelques lignes de code : +## Sous-partie 3 : code To print some text with Python, you should use the `print()` function. ```