qobjects = [
{
question: "Consider the following code:import numpy as np
arr = np.array([[1, 2, 3], [4, 5, 6]])
newarr = arr.reshape(6)
print(newarr)
What will be the printed result?",
options: [
"[[][1 2 3 4 5 6]",
"[[1 2 3 4 5 6]]]",
"[1 2 3 4 5 6]"
],
correct: 2
},
{
fillintheblanks: "exercise_array_shape2.htm"
},
{
fillintheblanks: "exercise_array_shape3.htm"
}
]