prettymami1424 prettymami1424 21-12-2020 Computers and Technology contestada What is the value of the variable result after these lines of code are executed? >>> a = 2 >>> b = -3 >>> c = 4 >>> result = (a - b) * c The value of result is .