Commit 242348cd by BellCodeEditor

save project

parent 511c619a
Showing with 9 additions and 0 deletions
jjj = [3,6,78,42,89,5,2,987,321,88654,99999987654321]
s = len(jjj)
j = 0
for i in range(0,s-1):
for i in range(0,s-1):
if jjj[j] > jjj[j+1]:
jjj[j],jjj[j+1] = jjj[j+1],jjj[j]
print(jjj)
\ 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