On Sun, Feb 16, 2014 at 11:30 AM, Ned Batchelder wrote:
> On 2/15/14 7:18 PM, Chris Angelico wrote:
>>
>> http://docs.python.org/3.3/reference/expressions.html#operator-precedence
>>
>> """
>> Operators in the same box group left to right (except for comparisons,
>> including tests, which all have
On 2/15/14 7:18 PM, Chris Angelico wrote:
http://docs.python.org/3.3/reference/expressions.html#operator-precedence
"""
Operators in the same box group left to right (except for comparisons,
including tests, which all have the same precedence and chain from
left to right...)
"""
Comparisons, in
http://docs.python.org/3.3/reference/expressions.html#operator-precedence
"""
Operators in the same box group left to right (except for comparisons,
including tests, which all have the same precedence and chain from
left to right...)
"""
Comparisons, including tests, are all in the same box. Gram