For someone who loves citing programming websites, you clearly lack programming knowledge; it doesn't matter what you use to give you an answer, the result will always be 41. But, you got it, breh, keep adding brackets/parentheses whenever you feel like it, just know that when programs do it, the coders know what they're doing. Also, stop calling expressions equations. There are no variables.Saying there are none makes no sense. Whatever lengthy equation you input WILL be broken down through the use of these.
And yes, you'll get different answers on how your solve it. Jotting it down on a basic calculator will be different from using a site that solves long equations.
Python Operators: Order & Precedence - Python - The Hello World Program
If you input 1+2*3, you get 7 when you probably expected 9.
That's because whatever you used probably prioritizes multiplications over additions, thus breaking up like 1+(2*3).


You still owe me 40.
I calculated $41.



