Question
Given a 2D array (matrix) in Python: matrix =
[[1, 2, 3], [4, 5, 6], [7, 8, 9]] What are the values of matrix[1][2] and matrix[2][0] respectively?Solution
Correct Answer: B (matrix[1] is [4, 5, 6], so matrix[1][2] is 6. matrix[2] is [7, 8, 9], so matrix[2][0] is 7.)
Find the wrong number in the given number series.
12, 29, 68, 145, 322, 669
Find the wrong number in given number series.
2372, 2356, 2320, 2256, 2156, 2048.
Find the wrong number, in the given number series,
24, 48, 88, 144, 224, 304
- Find the wrong number, in the given number series.
2, 4, 12, 48, 240, 1440 1600, 1604, 1544, 1760, 1248, 2248, 520
13, 24, 69, 272, 1355, 8248
Find the wrong number in the given number series.
15, 195, 575, 1155, 1935, 2915
16, 48, 124, 240, 360, 360
16, 27, 44, 63, 98, 139
Find the wrong number in the series.
3, 6, 18, 72, 360, 2160, 15120