Update fichier-markdown.md

parent e391755a
test # Partie 1
\ No newline at end of file ## Sous partie 1
Ici j'écrie *en italique* et **en gras**
## Sous partie 2
Ici, je met un [lien hypertexte](https://app-learninglab.inria.fr/moocrr/gitlab/36bbfb9b0f5546d83126251bfda2bf5a/mooc-rr/edit/master/module1/exo2/fichier-markdown.md)
## Sous partie 3
1. je fusionne :
* Une liste à puce avec une liste numérotée
* ça fait 2 en 1
* c bô
2. Je fais un code en dessous
```Python
a = 1
b = [1,2,3]
def ma_fonction():
pass
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment