Commit a4257148 by BellCodeEditor

save project

parent 4ff2b8b8
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ while high>=low: ...@@ -8,7 +8,7 @@ while high>=low:
g = num_list[mid] g = num_list[mid]
if g==mid: if g==mid:
print("来了",mid) print("来了",mid)
elif g==<mid: elif g< mid:
low=mid+1 low=mid+1
else: else:
high=mid-1 high=mid-1
......
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