Python TypeError: unsupported operand type(s) for /: 'str' and 'float'

前端 未结 4 1360
再見小時候
再見小時候 2020-12-18 16:50

My code:

total=tef+tpf-price

I\'ve got this error:

  total=tef+tpf-price
unsupported operand type(s) for -: \'float\' and \         


        
4条回答
提交回复
热议问题