Commit 555087ee by BellCodeEditor

save project

parent 4cd4c2f1
Showing with 2 additions and 1 deletions
...@@ -10,5 +10,5 @@ for a in range(0, 1000): ...@@ -10,5 +10,5 @@ for a in range(0, 1000):
end_time = time.time() end_time = time.time()
print("结束时间为", end_time) print("结束时间为", end_time)
result = end time - start_time result = end_time - start_time
print("总共耗时", result) print("总共耗时", result)
\ 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