From 1466c22dfd816acedb4c60c7b6b607fbf116883b Mon Sep 17 00:00:00 2001 From: zhampel <{ID}+{username}@users.noreply.github.com> Date: Tue, 23 Oct 2018 14:34:28 -0700 Subject: [PATCH] Making notebook primer more exciting --- Notebook_Primer.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebook_Primer.ipynb b/Notebook_Primer.ipynb index 9da4125..96ff93b 100644 --- a/Notebook_Primer.ipynb +++ b/Notebook_Primer.ipynb @@ -43,14 +43,14 @@ }, "cell_type": "code", "source": [ - "print(\"Hello world\")" + "print(\"Hello world!\")" ], "execution_count": 7, "outputs": [ { "output_type": "stream", "text": [ - "Hello world\n" + "Hello world!\n" ], "name": "stdout" }