Commit b37c041c by BellCodeEditor

save project

parent a585f9a8
Showing with 6 additions and 3 deletions
import time
q=time
q=time.time()
print("q=",q)
list1 = []
for a in range(0, 1000):
for b in range(0, 1000):
list1.insert(0, 0)
w=time
print("wwwwwwwwwww=")
w=time.time()
print("w=",w)
e=w-q
print(e)
print("1111=",e)
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