Commit 0a9b0ac2 by BellCodeEditor

save project

parent e4819179
Showing with 1 additions and 1 deletions
......@@ -4,5 +4,5 @@ for i in range(n):
for a in range(n-i-1):
if alist[a]>alist[a+1]:
alist[a],alist[a+1]=alist[a+1],alist[a]
for i in range(n)
for i in range(n):
print(alist[i])
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