Skip to content

Commit 1792293

Browse files
authored
Update Exercise-20-Element-Search.py
1 parent 5cfedb2 commit 1792293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exercise-20-Element-Search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
where the elements are in order from smallest to largest) and
66
another number. The function decides whether or not the given
77
number is inside the list and returns (then prints) an
8-
appropriate boolean.
8+
appropriate boolean......
99
1010
Extras:::
1111
Use binary search..

0 commit comments

Comments
 (0)