My question looks like this:
10-7//2*3+1
I am supposed to solve the equation.
My answer seems to come out as 8 when using PEMDAS:>
I think that python doesn’t follow PEMDAS or BODMAS, unless you put the parentheses/brackets around it. So basically I’ll have to mentally do it before writing the program