Suppose I have these three arrays.
array1 = np.array([4,5,6]) array2 = np.array([3,2,1]) array3 = np.array([2,3,5])
I want to create a loop t