Commit 0d86ecd9 by BellCodeEditor

save project

parent f8536757
Showing with 3 additions and 2 deletions
import time import time
a=time.time() a=time.time()
for a in range(0, 1000): for a in range(0, 100):
for b in range(0, 1000): for b in range(0, 100):
print("sb") print("sb")
b=time.time() b=time.time()
print(b-a) print(b-a)
\ 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