Commit 85e3b70b by BellCodeEditor

save project

parent d2242db8
Showing with 2 additions and 1 deletions
...@@ -2,7 +2,7 @@ import time ...@@ -2,7 +2,7 @@ import time
q = time.time() q = time.time()
list1 = [] list1 = []
for a in range(0, 1000): for a in range(0, 1000):
for b in range(0, 100000): for b in range(0, 1000):
list1.append(0) list1.append(0)
w = time.time() w = time.time()
print("程序所用时间为",w-q) print("程序所用时间为",w-q)
\ 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