Commit a7421ac2 by BellCodeEditor

auto save

parent 66eed63d
Showing with 5 additions and 5 deletions
...@@ -5,9 +5,9 @@ print("开始的时间:",start) ...@@ -5,9 +5,9 @@ print("开始的时间:",start)
print(now) print(now)
list1 = [] list1 = []
for a in range(0, 1000): for a in range(0, 1000):
for b in range(0, 200): for b in range(0,1000):
list1.insert(0, 0) list1.append(0)
end=time.time() end=time.time()
print("结束时间为:",end) print("结束时间为:",end)
result=end-start append=end-start
print(result) print(append)
\ No newline at end of file \ 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