From 3ef2edcfd3930b647c75151ead045d6e70d2fc2a Mon Sep 17 00:00:00 2001 From: hilena Amare Date: Mon, 15 Apr 2024 12:17:10 +0200 Subject: [PATCH] I did update main.ipynb fille --- your-code/main.ipynb | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/your-code/main.ipynb b/your-code/main.ipynb index 472c4a1..e503afb 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -18,14 +18,29 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": { "id": "Q-7_OfPG38WX" }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hilena Amare\n" + ] + } + ], "source": [ - "print(\"Hellow world\")" + "print(\"Hilena Amare\")\n" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { @@ -49,9 +64,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.11" + "version": "3.11.7" } }, "nbformat": 4, - "nbformat_minor": 1 + "nbformat_minor": 4 }