Commit 38d74a96 by BellCodeEditor

auto save

parent f089b3b3
Showing with 3 additions and 3 deletions
...@@ -8,5 +8,5 @@ for a in range(0,1001): ...@@ -8,5 +8,5 @@ for a in range(0,1001):
print("a,b,c的值分别为:",a,b,c) print("a,b,c的值分别为:",a,b,c)
end_time = time.time() end_time = time.time()
print("结束的时间为:",end_time) print("结束的时间为:",end_time)
result = end_time - start_time end_time = end_time.time()
print("总共耗时:",result) print("总共耗时:",end_time)
\ 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