What is the final value of `result` after the following Python code is executed?`result = 10 + 4 * 2 ** 3 // 5 - 1`