报错:
TypeError: unsupported operand type(s) for +: 'float' and 'decimal.Decimal'
浮点型和双精度类型 相加报错
from decimal import Decimal
Decimal( float )+Decimal( float )
报错:
TypeError: unsupported operand type(s) for +: 'float' and 'decimal.Decimal'
浮点型和双精度类型 相加报错
from decimal import Decimal
Decimal( float )+Decimal( float )
版权声明:如无特殊说明,文章均为何三笔记原创,转载请注明出处