"**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.