A
Q. Write the output of the following code
Code:
y=2
if 2!=y:
print("H")
else :
print("K")
if 2!=y:
print("H")
else :
print("K")
- Correct Answer - Option(B)
- Views: 27
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.