Python Array Delete Last Column

b = np.delete(a, -1, axis=1)
Kind Kangaroo