Commit 025518ff by BellCodeEditor

save project

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