千白莫
python创建n阶空方阵
阅读 38
2022-03-25
python创建空矩阵或者方阵 matrixA = [None] * n for i in range(self.n): matrixA[i] = [0] * n
相关推荐
精彩评论(0)