Skip to content

Commit 752adca

Browse files
committed
minor edits
1 parent e21bad4 commit 752adca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/1_Functions_and_Conditionals.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"cell_type": "markdown",
249249
"metadata": {},
250250
"source": [
251-
"## Variables and \"Scope\"\n",
251+
"## Variables and Scope\n",
252252
"\n",
253253
"Note how we've used the name `meters` twice above: both within the function definition, and for the variable that takes the output of the function. What's going on here?\n",
254254
"\n",
@@ -570,7 +570,7 @@
570570
"cell_type": "markdown",
571571
"metadata": {},
572572
"source": [
573-
"## 🥊 <span style=\"color:purple\">Challenge 3: Working With Comparison Operators </span>\n",
573+
"## 🥊 Challenge 3: Working With Comparison Operators\n",
574574
"\n",
575575
"Select the `gdpPercap` column and apply a boolean mask to select all values higher than 800. Assign it to a variable with a name of your choosing."
576576
]

0 commit comments

Comments
 (0)