Commit 668e18a9 by BellCodeEditor

save project

parent 9cfa6caa
Showing with 2 additions and 2 deletions
......@@ -9,4 +9,4 @@ for a in range(0, 1000):
list1.append(0)
endTime=time.time()
cha=endTime-startTime
print(花费)
\ No newline at end of file
print("花费了"+str(cha)+"秒")
\ 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