Functions are useful when we want to apply more expressions, like removing the tax before halving the price.
Make sure to pick no_tax = 0.85 * num, followed by no_tax/2.
no_tax = 0.85 * num
no_tax/2