Q. What will be the value of variable y after execution of following Python code?
Code:
x="55" y=x + str(9)
β
Correct Answer: (C)
559
x="55" y=x + str(9)
You must be Logged in to update hint/solution