Commit af156a99 by BellCodeEditor

save project

parent 2f4819be
Showing with 9 additions and 2 deletions
import time
get=time.time()
print("开始时间",get)
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(0, 0) list1.insert(1000000,1000000000000000000000000000)
\ No newline at end of file print(list1)
hh=time.time()
go=hh-get
print("结束时间",go)
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