MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following Python statements will result in the output: 6? |
| A. | A[2][3] |
| B. | A[2][1] |
| C. | A[1][2] |
| D. | A[3][2] View Answer |
| Answer» D. A[3][2] View Answer | |