Commit 3ac41142 by BellCodeEditor

auto save

parent 20c5f4f3
Showing with 2 additions and 1 deletions
...@@ -17,7 +17,7 @@ def binary_search(alist,num): ...@@ -17,7 +17,7 @@ def binary_search(alist,num):
elif guess<num: elif guess<num:
low = mid+1 low = mid+1
else: else:
ligh = mid-1 l-igh = mid-1
return None return None
a=binary_search(alist,num) a=binary_search(alist,num)
print(a) print(a)
\ 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