Commit 52291821 by BellCodeEditor

save project

parent 89059c2c
Showing with 7 additions and 13 deletions
import time alist=[88,75,72,82,90,85,78,91]
for i in range(0,7):
list1 = [] for j in range(0,7):
d=time.time if alist[j]>alist[j+1]:
print(d) alist[j],alist[j+1]=alist[j+1],alist[j]
for a in range(0, 1000): print(alist)
for b in range(0, 1000): \ No newline at end of file
list1.insert(0, 0)
h=time.time()
print(h)
g=h-d
print(g)
\ 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