摘要: 一、问题点(有待解决) 1.Python中只有浮点数,20和20.0是否一样? from decimal import Decimal a = Decimal('1.3') round() 参考文章来源:https://www.cnblogs.com/herbert/p/3402245.html 2 阅读全文
posted @ 2020-02-27 21:30 kekefu 阅读(374) 评论(0) 推荐(0) 编辑