0
How can i rearrange a list [1,3,5,2,4] in ascending order
13th Feb 2019, 5:37 PM
Kevin
2 Answers
+ 3
print(sorted([1,3,5,2,4]))
13th Feb 2019, 5:44 PM
Anna
+ 1
thanks
13th Feb 2019, 5:49 PM
Kevin
Often have questions like this?
Learn more efficiently, for free:
Hot today
I need help
1 Votes
My hearts are disappering :(
0 Votes
a phone or a laptop
0 Votes
Pressure and tension
2 Votes
Where is code bit
0 Votes
Java IDE for building a game.
0 Votes



