I need to write this code in python and I don't know where to start. list_student = ["Jack", "Jill", "Mike"] I believe i need to initialize a list of lists containing marks received by each students...


I need to write this code in python and I don't know where to start.


list_student = ["Jack", "Jill", "Mike"]


I believe i need to initialize a list of lists containing marks received by each students in three subjects using the following:


list_marks = [[79, 90, 89], [91, 78, 89], [81, 82, 89]]



the program needs to utilize nested loops to print each student's name,



Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here