From 96afbc03a75959f2bc413a85ee533e0de8f5ba0f Mon Sep 17 00:00:00 2001 From: Yuliya Lavrenyuk Date: Thu, 11 Apr 2024 10:50:49 +0200 Subject: [PATCH] YuliyaLavrenyuk --- your-code/main.ipynb | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/your-code/main.ipynb b/your-code/main.ipynb index 472c4a1..45dd1fa 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -18,13 +18,21 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": { "id": "Q-7_OfPG38WX" }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hellow world, from Yuliya Lavrenyuk\n" + ] + } + ], "source": [ - "print(\"Hellow world\")" + "print(\"Hellow world, from Yuliya Lavrenyuk\")" ] } ], @@ -49,7 +57,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.11" + "version": "3.10.11" } }, "nbformat": 4,