摘要: import numpy def func1(m): '''转置的第一种方法''' return numpy.transpose(m).tolist() print(numpy.matrix([[1, 2, 3],[4 ,5, 6],[7, 8,9]])) #转置之前的数据 print(numpy. 阅读全文
posted @ 2021-04-09 19:23 多测师_王sir 阅读(182) 评论(0) 推荐(0) 编辑