Steven D'Aprano writes: > In other words, ² behaves as a unary postfix operator that squares > its argument. Likewise for ³, etc. You can even combine them: x³³ > would be the same as x**33. There's more here:
I hope that's configurable. I use superscripts to indicate an index as often as I use them to indicate an exponent. _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/