Commit f4a57a6a by BellCodeEditor

save project

parent fdd3694f
Showing with 2 additions and 2 deletions
...@@ -9,4 +9,4 @@ for a in range(0, 1000): ...@@ -9,4 +9,4 @@ for a in range(0, 1000):
b = time.time() b = time.time()
print("结束时间为",b) print("结束时间为",b)
print("共耗时"a-b"秒") print("共耗时",a-b,"秒")
\ 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