A
Q. What will be the value of variable y after execution of following Python code?
Code:
x="55"
y=x + str(9)
y=x + str(9)
- Correct Answer - Option(C)
- Views: 30
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.