Commit 49288d87 by BellCodeEditor

save project

parent 9d8ad580
Showing with 1 additions and 1 deletions
......@@ -15,7 +15,7 @@ def binary_search(alist,num):
elif guess_num<num:
low=mid+1
elif guess_num>num:
high=m-1
high=mid-1
return None
result=binary_search(alist,num)
print("是",num)
......
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