Commit 3ee6e700 by BellCodeEditor

save project

parent 14765867
Showing with 6 additions and 2 deletions
import time
start_time=time.time()
list=[]
for i in range(1000):
for y in range(1000):
list.insert(0,0)
end_time=time.time()
end_time=end_time-start_time
print()
\ 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