Commit 33e78390 by BellCodeEditor

save project

parent a60781e7
Showing with 2 additions and 1 deletions
......@@ -9,5 +9,5 @@ if guess_num == bingo_num:
print("找到了,他在列表里的索引是:",mid)
elif guess_num<bingo_num:
low=mid+1
else
else:
high=mid+1
\ 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