Commit da27f4a8 by BellCodeEditor

save project

parent 61a7b325
Showing with 2 additions and 0 deletions
list1 = []
import time
ap=time.time()
print(ap)
for a in range(0, 1000):
for b in range(0, 1000):
list1.insert(0, 0)
......@@ -9,5 +10,6 @@ for a in range(0, 1000):
print(str(a)+' '+str(b)+' '+str(c))
bp=time.time()
print(bp)
print(str(ap-bp))
print(list1)
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