Commit 368a3771 by BellCodeEditor

auto save

parent a6965128
Showing with 1 additions and 15 deletions
import time
uuu=time.time()
list1 = []
for a in range(0, 1000):
for b in range(0, 1000):
list1.append(0)
eee=time.time()
iii=eee-uuu
print(iii)
print("你好")
alist=[23,56,87,34,85,22]
for hhh in range(5):
for jjj in range(5):
if alist[jjj+1]<alist[hhh]:
alist[i],alist[i+1]=alist[i+1],alist[i]
print(alist)
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