What is the output of the following code? num1 = 12 num2 = “58” print(num1 + num2) What is the output of the following code? num1 = 12 num2 = “58” print(num1 + num2) A. 12 B. 58 C. 70 D. Error: Invalid operation, unsupported operator ‘+’ used between ‘int’ and
What is the output of the following code? num1 = 12 num2 = “58” print(num1 + num2)
What is the output of the following code?
num1 = 12
num2 = “58”
print(num1 + num2)
A. 12
B. 58
C. 70
D. Error: Invalid operation, unsupported operator ‘+’ used between ‘int’ and
What is the output of the following code? num1 = 12 num2 = “58” print(num1 + num2)
What is the output of the following code? num1 = 12 num2 = “58” print(num1 + num2) What is the output of the following code? num1 = 12 num2 = “58” print(num1 + num2) A. 12 B. 58 C. 70 D. Error: Invalid operation, unsupported operator ‘+’ used between ‘int’ and
What is the output of the following code? num1 = 12 num2 = “58” print(num1 + num2)
What is the output of the following code?
num1 = 12
num2 = “58”
print(num1 + num2)
A. 12
B. 58
C. 70
D. Error: Invalid operation, unsupported operator ‘+’ used between ‘int’ and