一、问题点(有待解决)
1.Python中只有浮点数,20和20.0是否一样?
from decimal import Decimal
from
decimal
import
Decimal
a
=
Decimal(
'1.3'
)