From 1a701f0e0153aaf0759afba3b802873de49cc6f2 Mon Sep 17 00:00:00 2001 From: TiVentures Date: Thu, 15 Feb 2018 00:03:56 -0500 Subject: [PATCH] improved function exercises --- .../08-Function Practice Exercises-checkpoint.ipynb | 2 +- .../09-Function Practice Exercises - Solutions-checkpoint.ipynb | 2 +- 03-Methods and Functions/08-Function Practice Exercises.ipynb | 2 +- .../09-Function Practice Exercises - Solutions.ipynb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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",