katyathurston98 katyathurston98 09-12-2022 Computers and Technology contestada What is the value of the variable result after these lines of code are executed? >>> a = 12 >>> b = 0 >>> c = 2 >>> result = a * b - b / c It has no value since an error occurred. It has no value since an error occurred. 20 20 0 0 6 6