Commit 19f3477f by BellCodeEditor

save project

parent 8a58f9dc
Showing with 8 additions and 0 deletions
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