From 93c04cc93693df3420e690d659c3cacfbdf40671 Mon Sep 17 00:00:00 2001
From: Mijael Yerson Sanchez Huamanyauri <sanchezm@jupyterMiLAB>
Date: Thu, 11 Feb 2021 17:01:44 -0500
Subject: [PATCH] Second change

---
 README.md                   |  2 ++
 test-notebook-class-4.ipynb | 20 ++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/README.md b/README.md
index 1c7b44d..35e94c1 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,5 @@ Ejercicio paras la clase 4 de interacción con los repos
 =======
 ### Mijael's repo
 >>>>>>> 67acec69b2b1ed04f6351fe5bcfc7bc2ecf337b2
+
+## Second change from clone!
diff --git a/test-notebook-class-4.ipynb b/test-notebook-class-4.ipynb
index 4c370d7..88db5bf 100644
--- a/test-notebook-class-4.ipynb
+++ b/test-notebook-class-4.ipynb
@@ -20,6 +20,26 @@
     "1+1"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "4"
+      ]
+     },
+     "execution_count": 2,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "2+2"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,
-- 
GitLab