Commit 6fb01b42 by BellCodeEditor

auto save

parent 27c4ccaf
Showing with 3 additions and 3 deletions
...@@ -4,9 +4,9 @@ start_time=time.time() ...@@ -4,9 +4,9 @@ start_time=time.time()
print("开始时间:",start_time) print("开始时间:",start_time)
list1 = [] list1 = []
for a in range(0, 1000): for a in range(0, 1000):
for b in range(0, 1000): b=999-a
list1.insert(0, 0) list1.insert(0, 0)
print(list1)
end_time=time.time() end_time=time.time()
print("结束时间:",end_time) print("结束时间:",end_time)
......
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