In the following code, what will marks[2, 1] return for the student marks array from the context? marks = np.array([[78, 67, 56], [76, 74, 57], [84, 59, 60], [67, 72, 54]])
Attempt the question, check the explanation, and continue with similar questions to build confidence before exams.
MCQ_SA
Single Answer MCQ
Q-00066783
In the following code, what will marks[2, 1] return for the student marks array from the context? marks = np.array([[78, 67, 56], [76, 74, 57], [84, 59, 60], [67, 72, 54]])