diff --git a/module2/exo4/Info_Journal.csv b/module2/exo4/Info_Journal.csv new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/module2/exo4/exercice.ipynb b/module2/exo4/exercice.ipynb index f84eeaf7d159c443683e11bf6238a549b10534e8..2762a57999c928a192cc3f9600633db920b5dd19 100644 --- a/module2/exo4/exercice.ipynb +++ b/module2/exo4/exercice.ipynb @@ -26,12 +26,12 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 7, "metadata": {}, "outputs": [], "source": [ - "NomFichentree = \"work/Journal/Readme_Journal.md\"\n", - "NomFichsortie = \"work/module2/exo4/Info_Journal.csv\"\n", + "NomFichentree = \"../../journal/Readme.md\"\n", + "NomFichsortie = \"./Info_Journal.csv\"\n", "\n", "with open(NomFichsortie, \"w\", encoding='utf-8') as sortie:\n", " with open(NomFichentree, \"r\", encoding='utf-8') as entree:\n", @@ -44,6 +44,13 @@ " for mot in listemots:\n", " sortie.write(f\"{date};{mot}\\n\")" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {