Commit ecfc7455 by BellCodeEditor

save project

parent affae39e
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ while low <= high:
guess=num_list[mid]
if num==guess:
print("李宣邑别奖励自己了,你的困八都弯了",mid)
break0
break
elif guess < num:
low = mid + 1
else:
......
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