Chris Angelico wrote:
Small problem: Since we have / and // operators, it's impossible to
have a unary / operator:

No, it's not -- '//' is already recognised as a single
token distinct from '/ /'. You would just have to leave
a space or use parens in some cases.

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

Reply via email to