Login
Remember
Register
Ask a Question
Read the Following program:
+1
vote
asked
Jan 19, 2021
in
Python
by
SakshiSharma
Read the Following program:
z = "xyz"
j = "j"
while j in z:
print(j, end=" ")
What will be the output of this statement?
i) xyz
ii) No output
iii) x y z
iv) j j j j j j j..
#python-output
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...