Commit 6e67de67 by BellCodeEditor

save project

parent 17c42169
Showing with 2 additions and 2 deletions
......@@ -8,9 +8,9 @@ while d>x:
z=(d+x)//2
guess=num_list[z]
if num>guess:
d=z-1
elif num<guess:
x=z+1
elif num<guess:
d=z-1
elif num==guess:
print('找到了')
break
......
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