Le samedi 11 juillet 2015 13:31:03 UTC+2, Luuk a écrit :

> 
> But operator precedence of 'not' is higher than of '+' ????


Right but what does this prove? For instance, unary minus has higher precedence 
than exponentiation but the expression

2 ** -1

doesn't raise a syntax error.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to