[issue43837] Operator precedence documentation could be more clear

2021-04-14 Thread Aidan Feldman
Aidan Feldman added the comment: Let me try and say a simpler way: I think "variables" should be mentioned in that section, either in the table or the paragraph above. -- ___ Python tracker <https://bugs.python.o

[issue43837] Operator precedence documentation could be more clear

2021-04-13 Thread Aidan Feldman
New submission from Aidan Feldman : I am teaching a class on Python for people who are new to coding, and I was talking them through the operator precedence table: https://docs.python.org/3/reference/expressions.html#operator-precedence A couple things that confused the students: - "Hi