+ 1
What is the order of mathematical operations in Python?
5 ответов
+ 21
check the 2nd slide’s image 👇
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2280/
+ 2
i totally agree with Duncan 👍
+ 1
standard bdmas pattern
+ 1
I don't know any language where mathematical operator precedence is different. Maths is maths, so Brackets Over Division, Multiplication, Addition and Subtraction (BODMAS).
0
first inside the braket