Commit d7211cb1 by BellCodeEditor

save project

parent 59364163
Showing with 3 additions and 0 deletions
......@@ -18,6 +18,8 @@ def binary_search(alist,num):
low = mid + 1
elif guess > num:
hide = mid - 1
return None
answer = binary_search(alist,num)
print(num)
print(answer)
\ 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