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)" ]