Computer Science, asked by prasannarao1, 7 months ago

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 sujeetgund
1

Answer:

option (a) ab

Hope it helps..

Answered by Anonymous
0

Answer:

hi

Explanation:

code:

.x="ab"

if x=="ab"

print(x)

else:

print("not equal")

output:

ab

hope \: it \: helps \: you. ...☺

Similar questions