Commit 36d2592a by BellCodeEditor

auto save

parent 1ebb0c28
Showing with 9 additions and 0 deletions
import time
a=time.time()
z=0
for i in range(10000):
for j in range(10000):
z+=1
end=time.time()
r=end-a
print("程序运行耗时",r)
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