qobjects = [ { question: "Consider the following code:
import numpy as np
arr = np.array([[[1, 2], [3, 4]], [[5, 6], [7, 8]]])
print(arr[1, 1, 0])

What will be the printed result?", options: [ "1", "3", "7", "8" ], correct: 2 }, { fillintheblanks: "exercise_array_indexing1.htm" }, { fillintheblanks: "exercise_array_indexing2.htm" }, { fillintheblanks: "exercise_array_indexing3.htm" }, { fillintheblanks: "exercise_array_indexing4.htm" } ]