Commit 7587661c by BellCodeEditor

save project

parent 6031fa9b
Showing with 1 additions and 1 deletions
......@@ -19,5 +19,5 @@ def binary_search(alist,num):
high=mid-1
return None
a= binary_search(alist,34)
a= binary_search(alist,num)
print(a)
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