This is a list and i want to sort this by the marks anyone knows the solution for this using python.
- students = [['Harry', 37.21], ['Berry', 37.21], ['Tina', 37.2], ['Akriti', 41], ['Harsh', 39]].
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Nov 9, 2020, 7:50 AM
Željko PerićPosted Nov 9, 2020, 7:51 AM
https://www.c-sharpcorner.com/article/how-to-sort/