+ 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 ответов
+ 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.