A
Q. What is the output of the following code?
Code:
x = 5
y = "hello"
print(x + y)
y = "hello"
print(x + y)
- Correct Answer - Option(D)
- Views: 21
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.