报错:

TypeError: unsupported operand type(s) for +: 'float' and 'decimal.Decimal'

浮点型和双精度类型 相加报错

from decimal import Decimal  
Decimal( float )+Decimal( float )