R
Q. What will be the output of the following Python code?
Code:
x,y = 12,14
if(x+y==26):
print("true")
else:
print("false")
if(x+y==26):
print("true")
else:
print("false")
- Correct Answer - Option(A)
- Views: 231
- Filed under category Python
Discusssion
Login to discuss.