Tim Chase wrote:
I'd have figured they would be associative, making the result end up
the same either way, but apparently not.

They're not associative because function application
is not associative: f(g(x)) is not the same thing as
f(g)(x).

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

Reply via email to