Q. What is the output of the following code?
Code:
print('1' + 2)
β
Correct Answer: (C)
Error
Explanation: You cannot concatenate string and integer without conversion.