From bea5a012cc5b47117c913fe1bd70a2c390800167 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 23 Dec 2022 10:58:41 +0800
Subject: [PATCH] auto save

---
 a.py | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/a.py b/a.py
index 08ad4a1..da9e09d 100644
--- a/a.py
+++ b/a.py
@@ -1,12 +1,16 @@
-import time
+import time,os
 from time import time
+os.system("cls")
 print('-'*50)
 StartTime=time()
-# 
-for x in range(4400):
-    if (x-100)*20+(100-80)*30 == 4400*0.3:
+# --------------------
+for x in range(10000):
+    for i in range(9):
+        x=x/2-1
+    if x==1:
         print(x)
-''''''
+# --------------------
 EndTime=time()
 print('-'*50)
 print('运行时间:'+str(EndTime-StartTime),'秒')
+exit()
\ No newline at end of file
--
libgit2 0.25.0