0
How to descend a list in order with out built in function?
for values greater than 70
11 Answers
+ 1
~ swim ~  I see it as good practice for professional coding one day. Coding things for clients etc.
+ 1
~ swim ~ Then itll all be worth itđđ
+ 1
~ swim ~  Yeah thats trueđ
0
Is this what you mean?
https://code.sololearn.com/cKm4xirMww4U/?ref=app
0
~ swim ~  Well then there are *two* parts to this question. Ill add a bubble sort to itđ
0
guys I mean for instance, 
input=[60,30,70,72,80]
result = [80,72]





