20.x="ab" if x=="ab"; print(x) else: print("not equal") program output
(1 Point)
ab
not equal
X== ab"
x= ab"
Answers
Answered by
1
Answer:
option (a) ab
Hope it helps..
Answered by
0
Answer:
Explanation:
code:
.x="ab"
if x=="ab"
print(x)
else:
print("not equal")
output:
ab
Similar questions