ethansar ethansar 21-07-2021 Mathematics contestada What is the value of the variable result after these lines of code are executed? >>> a = 3 >>> b = 2 >>> c = 0 >>> result = a * b - c * b