p = 1.234 p = round(p,2) print(p) # 1.23
#round(你要操作的数,保留几位)
原文地址:https://www.cnblogs.com/liangying666/p/9161711.html
时间: 2024-11-03 12:30:43
p = 1.234 p = round(p,2) print(p) # 1.23
#round(你要操作的数,保留几位)
原文地址:https://www.cnblogs.com/liangying666/p/9161711.html