首页 > 编程语言 > 详细

What is the reason for having '//' in Python?

时间:2017-04-11 09:42:11      阅读:163      评论:0      收藏:0      [点我收藏+]

In Python 3, they made the / operator do a floating-point division, and added the // operator to do integer division (i.e. quotient without remainder); whereas in Python 2, the / operator was simply integer division, unless one of the operands was already a floating point number.

What is the reason for having '//' in Python?

原文:http://www.cnblogs.com/casperwin/p/6691843.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!