Consider the following pseudocode. If at the end of the execution, stores , then choose the correct code fragment.
```
L = [[10, 'Raj', 5.0], [20, 'Ramesh', 3.5], [30, 'Rakesh', 2.0],
[40, 'Rajat', 1.5], [50, 'Ram', 4.0]]
mList = []
********************
**Fill the code**
********************
```