Commit 278482cb by BellCodeEditor

save project

parent 9c08428f
Showing with 3 additions and 2 deletions
...@@ -16,4 +16,5 @@ def binary_search(alist,nium): ...@@ -16,4 +16,5 @@ def binary_search(alist,nium):
low=mid+1 low=mid+1
elif guess_num>bingo_num: elif guess_num>bingo_num:
high=mid-1 high=mid-1
print(binary_search,1) return None
\ No newline at end of file print(binary_search,num)
\ 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