Commit a9c9ef92 by BellCodeEditor

auto save

parent 42c89aee
Showing with 2 additions and 1 deletions
...@@ -7,6 +7,6 @@ for a in range(0, 1000): ...@@ -7,6 +7,6 @@ for a in range(0, 1000):
for b in range(0, 1000): for b in range(0, 1000):
list1.append(0) list1.append(0)
end=time.time() end=time.time()
print("结束时间:",end) print("结束时间:",end) m
result=end-start result=end-start
print("总耗时:",result) print("总耗时:",result)
\ 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