民大编程社
—
由
矩阵运算小程序 矩阵运算源文件 PyQt是一个可以设计GUI程序的一个python库,它很实用也很强大
class Matrix: def __init__(self, matrix:list): …