A

Admin • 802.91K Points
Coach

Q. In the following statements of Python, which ones will result into the output: 6?

Code:
A = [[1, 2, 3],
[4, 5, 6],
[7, 8, 9]]
  • (A) A[3][2]
  • (B) A[2][3]
  • (C) A[1][2]
  • (D) A[2][1]
  • Correct Answer - Option(C)
  • Views: 6
  • Filed under category Python
  • Hashtags:

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.

Be the first to start discuss.