Commit d4dc33e7 by BellCodeEditor

save project

parent 1d86ccd9
Showing with 10 additions and 0 deletions
import time
yyds=[]
start_time = time.time()
print("开始的时间为:", start_time)
for i in range(0,1000000):
yyds.append(i)
print(yyds)
end_time = time.time()
print("时间为:", end_time-start_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