from decimal import * a1 = Decimal('1.125').quantize(Decimal('0.00'),rounding=ROUND_HALF_UP)
参考:(27条消息) python 如何四舍五入_doudou_nc的博客-CSDN博客_python 四舍五入