From 9b61090c08e46e87d0baf49dd79070424a6b12e7 Mon Sep 17 00:00:00 2001 From: Dianajardim Date: Thu, 5 Oct 2023 16:43:49 +0100 Subject: [PATCH] =?UTF-8?q?Altera=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..1fc4d44 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": [ + "Diana Jardim\n" + ] + } + ], "source": [ - "print(\"Hellow world\")" + "print(\"Diana Jardim\")\n" ] } ], @@ -49,7 +57,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.11" + "version": "3.11.4" } }, "nbformat": 4,