python中round(23/5,0)和round(23/5.0)有什么区别

前者的结果是4.0后者的结果是5.0为什么??... 前者的结果是4.0
后者的结果是5.0
为什么??
展开
 我来答
iamoom
2018-05-20
知道答主
回答量:33
采纳率:100%
帮助的人:15.5万
展开全部
那说明你用的是python2, python3会是5.0 和 5
round函数:
Docstring:round(number[, ndigits]) -> number

Round a number to a given precision in decimal digits (default 0 digits).
This returns an int when called with one argument, otherwise the
same type as the number. ndigits may be negative.Type: builtin_function_or_method

可以看到其接受两个参数,其中第二个参数是位数, 默认为0
所以区别是round(23/5, 0) 和round(23/5.0, 0)
python2中23/5 = 4
python3中23/5 = 4.6
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式