You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: soln/chap07.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114863,7 +114863,7 @@
114863
114863
"## Search\n",
114864
114864
"\n",
114865
114865
"Based on this simpler version of `has_e`, let's write a more general function called `uses_any` that takes a second parameter that is a string of letters.\n",
114866
-
"If returns `True` if the word uses any of the letters and `False` otherwise."
114866
+
"It returns `True` if the word uses any of the letters and `False` otherwise."
114867
114867
]
114868
114868
},
114869
114869
{
@@ -115172,7 +115172,7 @@
115172
115172
" A variable used to count something, usually initialized to zero and then incremented.\n",
115173
115173
"\n",
115174
115174
"**linear search:**\n",
115175
-
"A computational pattern that searches through a sequence of elements and stops what it finds what it is looking for.\n",
115175
+
"A computational pattern that searches through a sequence of elements and stops when it finds what it is looking for.\n",
115176
115176
"\n",
115177
115177
"**pass:**\n",
115178
115178
"If a test runs and the result is as expected, the test passes.\n",
0 commit comments