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]
Which of the following Python statements will result in the output: 6?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following Python statements will result in the output: 6?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!