Commit bf5d5af4 by BellCodeEditor

auto save

parent 92449b0c
Showing with 8 additions and 2 deletions
import time
start=time.time()
print(start)
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.append(32345654323456543234545678998765434567876545678987656789098761234567765432123456765432345678765434567898765456788765434567898765432123456789012345678123456789123456788765432123456750296797687498372987324987456923847569824569823745628975687569283745692837456928736987265987459328034985349292857349789238745230793875938759835793475678987656789098765456789876545678909876545678987654345678987654567898765654349)
\ No newline at end of file print(list1)
end_time=time.time()
print(end_time)
\ 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