AI_Leetcode 把一个矩阵的行列反过来: 123a = [[1, 2], [3, 4]]b = list(zip(*a))# b = [[1, 3], [2, 4]] AI_Leetcode https://kingdom-of-warriors.github.io/2025/06/19/AI-Leetcode/ 作者 Rayy 发布于 2025年6月19日 许可协议 实验室工作 下一篇 Please enable JavaScript to view the comments