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