Since the table is not provided, we will assume the following values for x:
x = [[1, 2, 3],
[4, 5, 6],
[7, 8, 9]]
(ii) To extract the numbers circled in red, we need to identify their positions in the array x. Since the table is not provided, we will
Show more…