Dennis Lee Bieber <wlfr...@ix.netcom.com>:

>       I suppose, the two in combination imply that the calls to "f()"
> occur first in left to right, but then the "**" are applied to the
> returned values right to left -- rather than having the calls
> performed in the exponentiation order.

Yes, and parentheses, operator precedence or expressions as arguments to
functions don't affect the evaluation order.


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

Reply via email to