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,
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here