Post

@PythonPr Answer: B) 10
Tweet-ready 👇
y is a string, but int(y) converts "5" → 5.
So x + int(y) = 5 + 5 = 10 ✅
Python adds numbers, not strings—type conversion matters.
English

@PythonPr Answer is 10
Actually, y is a string because it is in double quotes but, int (y) converts string to integer so, print (x+int(y))
Is 5+5=10
English

@PythonPr 10
string change into int type then addition take pla ce...
English

@PythonPr Ans) 10
x is an integer and y is string. python can't convert strings automatically, we have to do explicitly.
we convert string into integer, so now python does normal arithmetic.
English

@PythonPr C Type error One 1st Son V.CHANDRASEKAR BCA MCA.,1st Sex All girls each one one girl come.
English




























