+ 1
Operator precedence
Going through a table of operator precedence in Python. Iâm very new to this whole coding thing, do i need to learn this table by heart? đł
2 RĂ©ponses
+ 6
Whenever in doubts, use parentheses. They will make sure the precedence is as you want it :)
+ 4
There's no need to learn the whole thing right now. You'll remember it while practicing and as you continue to learn Python.