What will be the output?
import numpy as np a = np.array([1,2,3]) b = np.array([4,5,6]) print(a+b)
इसका परिणाम क्या होगा?