标签:小数 浮点数 round span color 1.2 code 操作 保留
p = 1.234 p = round(p,2) print(p) # 1.23
#round(你要操作的数,保留几位)
浮点数保留n位小数
原文地址:https://www.cnblogs.com/liangying666/p/9161711.html