From c970fefc7eb10c229d8064f89912a41f38f60568 Mon Sep 17 00:00:00 2001 From: dfrottap <158241626+dfrottap@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:48:07 -0500 Subject: [PATCH 1/4] Create roll --- M03_variablesydatos/roll | 1 + 1 file changed, 1 insertion(+) create mode 100644 M03_variablesydatos/roll diff --git a/M03_variablesydatos/roll b/M03_variablesydatos/roll new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/M03_variablesydatos/roll @@ -0,0 +1 @@ + From f90e5218b8bc5779c2d5e1b4616abaa5a39d88a6 Mon Sep 17 00:00:00 2001 From: dfrottap <158241626+dfrottap@users.noreply.github.com> Date: Fri, 9 Feb 2024 01:33:26 +0000 Subject: [PATCH 2/4] Prep course Fixes #40 --- M03_variablesydatos/roll | 1 - 1 file changed, 1 deletion(-) delete mode 100644 M03_variablesydatos/roll diff --git a/M03_variablesydatos/roll b/M03_variablesydatos/roll deleted file mode 100644 index 8b1378917..000000000 --- a/M03_variablesydatos/roll +++ /dev/null @@ -1 +0,0 @@ - From 14ea78fce03746653aff02218cd474a6dccf1c01 Mon Sep 17 00:00:00 2001 From: dfrottap <158241626+dfrottap@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:21:13 +0000 Subject: [PATCH 3/4] Prep course Fixes #40 --- .../Prep_Course_Homework_03.ipynb | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/M03_variablesydatos/Prep_Course_Homework_03.ipynb b/M03_variablesydatos/Prep_Course_Homework_03.ipynb index b4d68b08b..413a3a76c 100644 --- a/M03_variablesydatos/Prep_Course_Homework_03.ipynb +++ b/M03_variablesydatos/Prep_Course_Homework_03.ipynb @@ -18,10 +18,21 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "21\n" + ] + } + ], + "source": [ + "a=21\n", + "print(a)" + ] }, { "attachments": {}, @@ -418,7 +429,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.11" + "version": "3.10.13" } }, "nbformat": 4, From 943b6feb3e72fa3338d7e34069da41ba5811d508 Mon Sep 17 00:00:00 2001 From: dfrottap <158241626+dfrottap@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:37:05 +0000 Subject: [PATCH 4/4] Prep course Fixes #40 --- M03_variablesydatos/Prep_Course_Homework_03.ipynb | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/M03_variablesydatos/Prep_Course_Homework_03.ipynb b/M03_variablesydatos/Prep_Course_Homework_03.ipynb index 413a3a76c..3d4f0d733 100644 --- a/M03_variablesydatos/Prep_Course_Homework_03.ipynb +++ b/M03_variablesydatos/Prep_Course_Homework_03.ipynb @@ -20,19 +20,8 @@ "cell_type": "code", "execution_count": 1, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21\n" - ] - } - ], - "source": [ - "a=21\n", - "print(a)" - ] + "outputs": [], + "source": [] }, { "attachments": {},