From d665a84935506f20c5fa8465e3e825822d7f8109 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 21 Aug 2021 15:00:57 +0800
Subject: [PATCH] auto save

---
 my_search.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/my_search.py b/my_search.py
index 99dd6b7..5ac9914 100644
--- a/my_search.py
+++ b/my_search.py
@@ -10,4 +10,5 @@ def binary_search(alist,num):
     low = 0
     high = len(alist)-1
     mid = (low+high)//2
-    guess = alist_mid
\ No newline at end of file
+    guess = alist_mid
+if 
\ No newline at end of file
--
libgit2 0.25.0