daynavibez daynavibez 22-10-2020 Computers and Technology contestada What is the value of the variable result after this code executed? >>> a = 7 >>> b = 2 >>> c = 0 >>> result = a * b - b / (c+b) >>> result output:__?