TypeError: unsupported operand type(s) for //: ‘str‘ and ‘int‘

TypeError: unsupported operand type(s) for //: ‘str‘ and ‘int‘_第1张图片当出现这种错误时,要知道input()函数输入的是str类型
只要将输入改成你需要的类型就好了
eg:a=int(input())
这样a就变成int 类型的了

你可能感兴趣的:(算法,概率论,矩阵)