Python Array Hapus kolom terakhir

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