Post

Will Murray
Will Murray@Willscrlt·
@PythonPr Since the braces are mismatched ([)], I think you're going to get an error.
English
0
0
2
109
yourclouddude
yourclouddude@yourclouddude·
@PythonPr Assuming the typos are meant to be np.array, reshape, and np.sum, the answer is 82. x = [[1,2,3], [4,5,6]] Then: y = [[2,3], [5,6]] + [[1,2], [4,5]] So y = [[3,5], [9,11]] sum(y[0] * y[1]) = 27 + 55 = 82
English
0
0
0
308
🕷
🕷@O_o___i_·
@PythonPr ERROR IN LINE 1 "importnumpy" does not exist."
English
0
0
1
48
Paylaş