Skip to content

Commit

Permalink
Merge pull request Pierian-Data#6 from TiVentures/master
Browse files Browse the repository at this point in the history
improved function exercises
  • Loading branch information
TiVentures authored Feb 15, 2018
2 parents d459f5d + 1a701f0 commit d6d9fc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d6d9fc0

Please sign in to comment.