import decimal as debb=de.Decimal('7.325').quantize(de.Decimal('.01'), decimal.ROUND_UP) print(bb) 输出:7.33
quantize() 方法将数字四舍五入为固定指数。