Commit 278482cb by BellCodeEditor

save project

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