Swaysea Swaysea 17-03-2021 Computers and Technology contestada What is the value of the variable result after these lines of code are executed? >>> a = 3 >>> b = 2 >>> C=0 >>> result = a*b-cb The value of result is