Python的round函数,用于数字的四舍五入,是Python很重要的内置函数之一。
round函数语法如下:
round(number[, ndigits])
其中,number是要进行四舍五入的数字,ndigits表示保留小数位数(默认为0)。
比如:
Python的round函数,用于数字的四舍五入,是Python很重要的内置函数之一。
round函数语法如下:
round(number[, ndigits])
其中,number是要进行四舍五入的数字,ndigits表示保留小数位数(默认为0)。
比如: