Commit 4bb8822a by BellCodeEditor

save project

parent 7e3c9a39
Showing with 0 additions and 1 deletions
......@@ -6,5 +6,4 @@ for i in range(0,times):
if alist[place]<alist[place+1]:
alist[place],alist[place+1]=alist[place+1],alist[place]
times-=1
place+=1
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