Commit 8fa068bd by BellCodeEditor

save project

parent 1fa694c9
Showing with 6 additions and 5 deletions
import time
from time import time()
from time import time
start=time()
list1=[2]
for
''''''
list1=[20,17,9,13,5,6]
list1.sort()
''''''
end=time()
print(end-start)
\ 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