Python——格式輸出,基本數據

1、問題點(有待解決)html

1.Python中只有浮點數,20和20.0是否同樣?測試

 

 

from decimal import Decimal
spa

 a = Decimal( '1.3' )
round()
參考文章來源:https://www.cnblogs.com/herbert/p/3402245.html
 
2.格式化輸出,format
 
2、測試出錯題

 

 

相關文章
相關標籤/搜索