标签: rounding micropython
我无法在micropython中进行四舍五入
a=round(86.86, 1) print (a) 86.90001
肯定有一种方法可以限制一个dp并使其向上取整?