Commit a168dee3 by BellCodeEditor

save project

parent 22e49a43
Showing with 9 additions and 3 deletions
list1 = []
a = [9,8,7,6,5,4,3,2,1,0]
for a in range(0, 1000):
for b in range(0, 1000):
list1.insert(0, 0)
\ No newline at end of file
#list1.insert(0, 0)
if a[j]>a[j+1]:
a[j],a[j+1]=a[j+1],a[j]
print(a)
\ No newline at end of file
/ \
\ 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