5 what is output by the following assume the user enters 76 and 5 code
Question
5. What is output by the following? Assume the user enters 76 and 5 Code num1 = input ("Enter a two-digit number,") num2 = input ("Enter a one-digit number,") print (num1 + num2)