Commit 568da1c2 by BellCodeEditor

save project

parent 0eee49e5
Showing with 2 additions and 2 deletions
...@@ -21,4 +21,4 @@ def binary_search(alist,num): ...@@ -21,4 +21,4 @@ def binary_search(alist,num):
return None return None
result = binary_search(alist,num) result = binary_search(alist,num)
print("老师给的数值是:",num) print("老师给的数值是:",num)
print("它在列表里的索引是:"result) print("它在列表里的索引是:",result)
\ No newline at end of file \ 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