In a recent project I have been dealing with numpy arrays. At first I make the array by simply giving start and end point and the stepsize. At a later instance, I need to call a single value from the array but the value of that was saved in the array and the value that the array retrieves are not the same.
I need and want both of the values in the output to be same. I have attached the screen shotso more clarity enter image description here