abbyjmullen abbyjmullen 12-05-2021 Computers and Technology contestada Choose the expression that belongs in the blank in order to have the output shown. >>> a = 5 >>> print(_____) The value is5 "The value is " + str(a) "The value is" , str(a) "The value is " , str(a) "The value is" + str(a)