01 2023 档案

摘要:>>> 0.15 * 3 0.44999999999999996 >>> from decimal import Decimal >>> Decimal('0.15') * 3 Decimal('0.45') 阅读全文
posted @ 2023-01-30 15:26 LiShiChao 阅读(27) 评论(0) 推荐(0)