Home / Programming MCQs / Python MCQs / Question

P

Praveen Singh • 27.20K Points
Instructor II

Q. Which of the following Python statements will result in the output: 6?

Code:
A = [[1, 2, 3],
     [4, 5, 6],
     [7, 8, 9]]
(A) A[2][1]
(B) A[1][2]
(C) A[3][2]
(D) A[2][3]

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.