quick IM BEGGING
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
0
0
It has no value since an error occurred.
It has no value since an error occurred.
20
20
6
6