Ian Kelly wrote:
Unary integer division seems pretty silly since the only possible results
would be 0, 1 or -1.

Ints are not the only thing that // can be applied to:

>>> 1.0//0.01
99.0

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to