What is the output for the following code? importnumpyasnp… Questions Whаt is the оutput fоr the fоllowing code? importnumpyаsnpаrr = np.array([[1,2,3],[4,5,6],[7,8,9]])print(np.ravel(arr)) Show Answer Hide Answer