Commit 668e18a9 by BellCodeEditor

save project

parent 9cfa6caa
Showing with 3 additions and 3 deletions
...@@ -5,8 +5,8 @@ startTime=time.time() ...@@ -5,8 +5,8 @@ startTime=time.time()
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.insert(0, 0)
list1.append(0) list1.append(0)
endTime=time.time() endTime=time.time()
cha=endTime-startTime cha=endTime-startTime
print(花费) print("花费了"+str(cha)+"秒")
\ No newline at end of file \ 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