Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Read the Following program:
Home
Python
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
...