Commit 1366f168 by BellCodeEditor

auto save

parent 15b616ae
Showing with 1 additions and 2 deletions
...@@ -2,4 +2,4 @@ elif guess < bingo_num: ...@@ -2,4 +2,4 @@ elif guess < bingo_num:
low = mid + 1 low = mid + 1
else: else:
high = mid - 1 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