What will be the output of the following ?
import numpy as np a = np.array([1, 5, 4, 7, 8]) a = a + 1 print(a[1])
निम्नलिखित का आउटपुट क्या होगा?