From 9c41ff8f7c23730c8d4b467949fb54f180359dcc Mon Sep 17 00:00:00 2001 From: f8dc60cab5180566667b00ce62a51ae7 Date: Fri, 13 Jun 2025 08:19:20 +0000 Subject: [PATCH] no commit message --- .../exo2/{.ipynb => toy_notebook_mission_2.ipynb} | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) rename module1/exo2/{.ipynb => toy_notebook_mission_2.ipynb} (91%) diff --git a/module1/exo2/.ipynb b/module1/exo2/toy_notebook_mission_2.ipynb similarity index 91% rename from module1/exo2/.ipynb rename to module1/exo2/toy_notebook_mission_2.ipynb index 7b7ef1f..6903aa4 100644 --- a/module1/exo2/.ipynb +++ b/module1/exo2/toy_notebook_mission_2.ipynb @@ -75,8 +75,18 @@ ] }, { - "cell_type": "markdown", + "cell_type": "code", + "execution_count": 2, "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hello, world!\n" + ] + } + ], "source": [ "print(\"Hello, world!\")" ] -- 2.18.1