Commit bfc96319 by BellCodeEditor

save project

parent 3c3d102f
Showing with 2 additions and 2 deletions
...@@ -8,4 +8,4 @@ for a in range(0, 1000): ...@@ -8,4 +8,4 @@ for a in range(0, 1000):
end_time=time.time() end_time=time.time()
print("结束时间"+str(end_time)) print("结束时间"+str(end_time))
result=end_time-start_time result=end_time-start_time
print("运行时间"+str(result))) print("运行时间"+str(result))
\ 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