diff --git a/fichier-markdown.md b/fichier-markdown.md index 912a9f66aa9bb9195827b5d246801a76cbf4b275..f5dfb63e2c94c74862ffe880f4511dd342fc836f 100644 --- a/fichier-markdown.md +++ b/fichier-markdown.md @@ -21,4 +21,12 @@ Nous pouvons écrire du texte en **gras**, en *italique*, ou même en ***gras et ## Un lien hypertexte Voici un lien vers le site du MOOC : -[Recherche reproductible - FUN](https://www.fun-mooc.fr) \ No newline at end of file +[Recherche reproductible - FUN](https://www.fun-mooc.fr) + + +```python +def hello(): + print("Hello world") + +hello() +``` \ No newline at end of file