// 运算取整时保留整数的下界

int 去除小数部分,只保留前面的整数,即向零取整

round 函数遵循四舍五入的法则

https://blog.csdn.net/weixin_42194215/article/details/112756236


Python四舍五入round 和 取整 int的区别