What would be the output?
import numpy as np
a = np.array(I[0, 1, 0], [1,0, 1]])
a += 3
b = a + 3
print (a[1,2] + b[1,2])
(a) 2
(b) 8
(c) 11
(d) 14
Answers
Answered by
0
Answer:
Synatx error is there.... Please check then ask the correct question
Similar questions