Change the order of mathematical evaluation

Here we have a mathematical calculation involving 3 variables. Change the order of mathematical evaluations such that the subtraction is calculated first. Use parentheses to do so. The result should be 30.
Python
Setting up Python environment...
Output