Peter Pearson wrote:

                c
               b
  a**(b**c) = a

Also, in mathematical texts it's usually written with
the c smaller than the b, and the b smaller than the
a, which helps to make the precedence clear. We
can't do that in Python, unforunately. Unless we allow
writing the source in html...

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

Reply via email to