From 2e13c6155f9e4316b17227560714bf0a648339e4 Mon Sep 17 00:00:00 2001 From: Thomas Landman <t.landman@student.tudelft.nl> Date: Thu, 16 Jul 2020 13:07:37 +0000 Subject: [PATCH] Update Notebook_1_Python_Basics.ipynb --- Notebook 1/Notebook_1_Python_Basics.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Notebook 1/Notebook_1_Python_Basics.ipynb b/Notebook 1/Notebook_1_Python_Basics.ipynb index 1858e3b..1e7fb98 100644 --- a/Notebook 1/Notebook_1_Python_Basics.ipynb +++ b/Notebook 1/Notebook_1_Python_Basics.ipynb @@ -220,7 +220,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**Exercise 1.2** Combine a string and a numerical values in a single `print` statement using the `,` separator." + "**Exercise 1.2** Combine multiple strings and numerical values in a single `print` statement using the `,` separator." ] }, { @@ -753,7 +753,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We will use boolean types much more later when we look at program control flow, but a simple example is the `if` statement:" + "We will use boolean types much more later when we look at program control flow, but a simple example using the `if` statement is given below: \n", + "\n", + "No panic if you don't yet understand the if statement, there will be another entire notebook dedicated to them. This is just an example of why boolean variables exist. ] }, { -- GitLab