1、問題點(有待解決)html
1.Python中只有浮點數,20和20.0是否同樣?測試
from decimal import Decimalspa
from
decimal
import
Decimal
a
=
Decimal(
'1.3'
)