BrownBeauty3097 BrownBeauty3097 23-11-2021 Computers and Technology contestada What is the value of the variable result after these lines of code are executed? >>> a = 0 >>> b = 2 >>> c = 7 >>> result = a * b - c / a