Python Array Usuń ostatnią kolumnę

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