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、测试出错题

 

 

相关文章
相关标签/搜索