Commit 2deb1212 by BellCodeEditor

auto save

parent 4fdacc49
Showing with 2 additions and 10 deletions
import time alist=[15,21,32,64,35,65,34,10]
Start_time=time.time() \ No newline at end of file
list1 = []
for a in range(0, 1000):
for b in range(0, 1000):
list1.insert(0, 0)
End_time=time.time()
result=End_time-Start_time
print(result)
\ 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