Commit 4ce6a178 by BellCodeEditor

auto save

parent c8a9d6d0
Showing with 2 additions and 2 deletions
......@@ -19,4 +19,4 @@ def binary_search(alist,num):
else:
low=mid+1
return None
print(binary_search(alist,9))
\ No newline at end of file
print(binary_search(alist,8))
\ 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