Complete exercise 2 of Module 1

parent e391755a
test # Partie 1
\ No newline at end of file
## Sous-partie 1
Voici du texte en *italique* et en **gras**.
[Lien](https://www.fun-mooc.fr/fr/cours/recherche-reproductible-principes-methodologiques-pour-une-science-transparente/) vers le MOOC.
## Sous-partie 2 : Listes
- Premier item de la liste à puces
- Deuxième item
- Troisième item
1. Premier item de la liste numérotée
2. Deuxième item
3. Troisième item
## Sous-partie 3 : Code
Ci-dessous se trouve un programme Python affichant "Hello World !".
```python3
def main():
print("Hello World !")
```
\ 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