Commit a7421ac2 by BellCodeEditor

auto save

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