Jorge Teran <[email protected]> added the comment: Thanks
El dom., 6 de ene. de 2019 08:53, Yash Aggarwal <[email protected]> escribió: > > Yash Aggarwal <[email protected]> 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 <[email protected]> > <https://bugs.python.org/issue35672> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35672> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
