2
Answers

This is a list and i want to sort this by the marks

Photo of Jinsy David

Jinsy David

4y
618
1
This is a list and i want to sort this by the marks anyone knows the solution for this using python.
  1. students = [['Harry'37.21], ['Berry'37.21], ['Tina'37.2], ['Akriti'41], ['Harsh'39]].  

Answers (2)