Commit cc30deac by BellCodeEditor

auto save

parent 5f3a8aec
Showing with 2 additions and 2 deletions
import time import time
s=time.time() s=time.time()
print("开始时间为:"s) print("开始时间为:",s)
list1 = [] 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)
e=time.time() e=time.time()
print("结束时间为:",e) print("结束时间为:",e)
r=e-s r=e-s
......
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