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