What is the output of the following python Program?
z = "xyz"
j = "j"
while j in z:
print(j, end=" ")


Posted on by