From a4f956f119ade9820813a3cec04bade6e38ee334 Mon Sep 17 00:00:00 2001 From: GeetGori <72166750+GeetGori@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:26:37 +0530 Subject: [PATCH] Update Jupyter+Practice+Notebook.ipynb --- Jupyter+Practice+Notebook.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jupyter+Practice+Notebook.ipynb b/Jupyter+Practice+Notebook.ipynb index d964cc4..1bc5110 100644 --- a/Jupyter+Practice+Notebook.ipynb +++ b/Jupyter+Practice+Notebook.ipynb @@ -28,15 +28,15 @@ "name": "stdout", "output_type": "stream", "text": [ - "hello world\n", - "7\n" + "Hello World\n", + "8\n" ] } ], "source": [ "#this is a code cell. Use CRTL+ENTER to run \n", - "print(\"hello world\")\n", - "a=2\n", + "print(\"Hello World\")\n", + "a=3\n", "b=5\n", "print(a+b)" ]