diff --git a/03-Methods and Functions/.ipynb_checkpoints/08-Function Practice Exercises-checkpoint.ipynb b/03-Methods and Functions/.ipynb_checkpoints/08-Function Practice Exercises-checkpoint.ipynb index 0a3a241c5..3380eeb06 100644 --- a/03-Methods and Functions/.ipynb_checkpoints/08-Function Practice Exercises-checkpoint.ipynb +++ b/03-Methods and Functions/.ipynb_checkpoints/08-Function Practice Exercises-checkpoint.ipynb @@ -220,7 +220,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "##### ALMOST THERE: Given an integer n, return True if n is within 10 of either 100 or 200\n", + "#### ALMOST THERE: Given an integer n, return True if n is within 10 of either 100 or 200\n", "\n", " almost_there(90) --> True\n", " almost_there(104) --> True\n", diff --git a/03-Methods and Functions/.ipynb_checkpoints/09-Function Practice Exercises - Solutions-checkpoint.ipynb b/03-Methods and Functions/.ipynb_checkpoints/09-Function Practice Exercises - Solutions-checkpoint.ipynb index fb82c8cdd..d5c206952 100644 --- a/03-Methods and Functions/.ipynb_checkpoints/09-Function Practice Exercises - Solutions-checkpoint.ipynb +++ b/03-Methods and Functions/.ipynb_checkpoints/09-Function Practice Exercises - Solutions-checkpoint.ipynb @@ -326,7 +326,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "##### ALMOST THERE: Given an integer n, return True if n is within 10 of either 100 or 200\n", + "#### ALMOST THERE: Given an integer n, return True if n is within 10 of either 100 or 200\n", "\n", " almost_there(90) --> True\n", " almost_there(104) --> True\n", diff --git a/03-Methods and Functions/08-Function Practice Exercises.ipynb b/03-Methods and Functions/08-Function Practice Exercises.ipynb index 0a3a241c5..3380eeb06 100644 --- a/03-Methods and Functions/08-Function Practice Exercises.ipynb +++ b/03-Methods and Functions/08-Function Practice Exercises.ipynb @@ -220,7 +220,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "##### ALMOST THERE: Given an integer n, return True if n is within 10 of either 100 or 200\n", + "#### ALMOST THERE: Given an integer n, return True if n is within 10 of either 100 or 200\n", "\n", " almost_there(90) --> True\n", " almost_there(104) --> True\n", diff --git a/03-Methods and Functions/09-Function Practice Exercises - Solutions.ipynb b/03-Methods and Functions/09-Function Practice Exercises - Solutions.ipynb index fb82c8cdd..d5c206952 100644 --- a/03-Methods and Functions/09-Function Practice Exercises - Solutions.ipynb +++ b/03-Methods and Functions/09-Function Practice Exercises - Solutions.ipynb @@ -326,7 +326,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "##### ALMOST THERE: Given an integer n, return True if n is within 10 of either 100 or 200\n", + "#### ALMOST THERE: Given an integer n, return True if n is within 10 of either 100 or 200\n", "\n", " almost_there(90) --> True\n", " almost_there(104) --> True\n",