🌈 搜索
📅  最后修改于: 2022-03-11 14:47:23.592000             🧑  作者: Mango
np.delete(matrix, np.where(~matrix.any(axis=1))[0], axis=1)