Rule of order for dot operators?

Tim Chase python.list at tim.thechases.com
Sat May 16 15:38:42 EDT 2015


On 2015-05-16 12:20, C.D. Reimer wrote:
> Does python perform the dot operators from left to right or
> according to a rule of order (i.e., multiplication/division before
> add/subtract)?

Yes, Python evaluates dot-operators from left to right.

-tkc





More information about the Python-list mailing list