k0kichi0ma k0kichi0ma 06-10-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 ______.