On Nov 14, 2015 10:10 AM, "Chris Angelico" <[email protected]> wrote: > > On Sun, Nov 15, 2015 at 4:04 AM, Ian Kelly <[email protected]> wrote: > > Unary integer division seems pretty silly since the only possible results > > would be 0, 1 or -1. > > 1, -1, or ZeroDivisionError. The zero's on the other side. But yes.
// 42 == 1 // 42 == 0 -- https://mail.python.org/mailman/listinfo/python-list
