Skip to content
Snippets Groups Projects
Commit 2e13c615 authored by Thomas Landman's avatar Thomas Landman
Browse files

Update Notebook_1_Python_Basics.ipynb

parent dc92ba10
No related branches found
No related tags found
No related merge requests found
Pipeline #22948 passed
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "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 @@ ...@@ -753,7 +753,9 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "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.
] ]
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment