Commit 0e5af52d by BellCodeEditor

save project

parent e7374c96
Showing with 4 additions and 0 deletions
......@@ -14,3 +14,6 @@ while low <= hight:
low=mid+1
elif guess_num<bingo_num:
hight=mid-1
def binary_search(alist,num):
low=0
hight=len(alist)-1
\ 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