Q8.Consider the following pseudocode. If at the end of the execution, mList stores [10,20,30,40,50], 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**
********************
```
Save
Check
Details
Q8
16 Mar 2025
Q8.Consider the following pseudocode. If at the end of the execution, mList stores [10,20,30,40,50], 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**
********************
```