create a nested list of marks with 'student id','student name' and marks as a list inside the list called marks
Answers
Answered by
2
marks = [["student_id", 69], ["student_name", "Ishita"], ["marks", [90, 95, 89, 97, 98]]]
Similar questions
Computer Science,
2 months ago
Computer Science,
4 months ago
History,
10 months ago
Math,
10 months ago
English,
10 months ago