Thanks
El dom., 6 de ene. de 2019 08:53, Yash Aggarwal <report@bugs.python.org>
escribió:
>
> Yash Aggarwal <aggarwal.yash2011@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 <report@bugs.python.org>
> <https://bugs.python.org/issue35672>
> _______________________________________
> |