Commit c7830369 by BellCodeEditor

save project

parent fb00cee2
Showing with 4 additions and 2 deletions
...@@ -7,4 +7,6 @@ for a in range(0, 1000): ...@@ -7,4 +7,6 @@ for a in range(0, 1000):
for b in range(0, 1000): for b in range(0, 1000):
list1.insert(0, 0) list1.insert(0, 0)
end_time = time.time() end_time = time.time()
print("结束:",end_time) print("结束:",end_time)
\ No newline at end of file time1 = end_time - start_time
print("耗时: ",time1)
\ 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