From ea79cf0637fe3c2eaecb9c9b78bc96e997c4abcb Mon Sep 17 00:00:00 2001 From: Jonatan Date: Thu, 5 Oct 2023 16:43:47 +0200 Subject: [PATCH 1/2] nuevos cambios --- example.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 example.txt diff --git a/example.txt b/example.txt new file mode 100644 index 0000000..e69de29 From 63526d5b2674f2dbe6da1783948eb22316ec06e2 Mon Sep 17 00:00:00 2001 From: Jonatan Date: Fri, 6 Oct 2023 19:03:05 +0200 Subject: [PATCH 2/2] agregada nueva file para imprimir en main --- your-code/main.ipynb | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/your-code/main.ipynb b/your-code/main.ipynb index 472c4a1..814af4d 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -18,14 +18,38 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": { "id": "Q-7_OfPG38WX" }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hellow world\n", + "I'm doing some changes\n" + ] + } + ], "source": [ - "print(\"Hellow world\")" + "print(\"Hellow world\")\n", + "print(\"I'm doing some changes\")" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { @@ -49,7 +73,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.11" + "version": "3.11.4" } }, "nbformat": 4,