Commit 14f85371 by BellCodeEditor

save project

parent 06583e5e
Showing with 2 additions and 2 deletions
......@@ -21,4 +21,4 @@ def binary_search(alist,num):
return None
result=binary_search(alist,num)
print("老师给出的书是:",result)
print("他在列表中的索引是:",mid)
\ No newline at end of file
print("他在列表中的索引是:",result)
\ 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