Yash Aggarwal <aggarwal.yash2...@gmail.com> added the comment:

@Jorge Teran
The division operator was changed in python 3. Now, if you use '/' for division 
between ints, the result would still be float. To get the same effect as python 
2.x, you will have to use '//', i.e. floor division

----------
nosy: +FR4NKESTI3N

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35672>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to