Commit ab7b365a by BellCodeEditor

auto save

parent 3f628d18
Showing with 3 additions and 3 deletions
...@@ -6,9 +6,9 @@ list1 = [] ...@@ -6,9 +6,9 @@ list1 = []
for a in range(0, 1000): for a in range(0, 1000):
for b in range(0, 1000): for b in range(0, 1000):
list1.insert(-1, 0) list1.append(0)
js=time.time() js=time.time()
print(js) print(js)
sj=js-ks sj=js-ks
print("开始时间为:"+str(sj)) print("总共时间为:"+str(sj))
\ 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