Commit 16dd0191 by BellCodeEditor

auto save

parent d8c4f1ad
Showing with 3 additions and 2 deletions
alist = [12, 20, 8, 45, 98, 18]
for i in range(0,6):
for q in range(0,6):
for i in range(0,5):
for q in range(0,5):
if alist[q] > alist[q+1]:
alist[q] = alis[q+1]
alist[q+1] = alist[q]
\ No newline at end of file
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