Commit 9f1671fc by BellCodeEditor

save project

parent 21402bd4
Showing with 2 additions and 2 deletions
......@@ -7,4 +7,4 @@ for a in range(0, 1000):
list1.append(0)
end_time = time.time
print(end_time)
print(end_time-start_time)
\ No newline at end of file
print(start_time-end_time)
\ 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