Commit f6bc33d3 by BellCodeEditor

save project

parent 705b3fe9
Showing with 3 additions and 1 deletions
...@@ -17,5 +17,6 @@ def binary_search(alist,num): ...@@ -17,5 +17,6 @@ def binary_search(alist,num):
low=mid+1 low=mid+1
else: else:
high=mid-1 high=mid-1
x=binary_search(alist,3) return None
x=binary_search(alist,102)
print(x) print(x)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment