Commit 863a063e by BellCodeEditor

save project

parent dbe3bcbb
Showing with 10 additions and 0 deletions
import time
s=time.time()
a=[]
for x in range(0,1000):
for z in range(0,1000):
a.insert(0,0)
e=time.time()
d=e-s
print(d)
\ 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