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:
x = 'pqrs'
for i in range(len(x)):
x[i].upper()
print (x)
Which of the following is the correct output of this program?
i) PQRS
ii) pqrs
iii) qrs
iv) None of these
#python-output
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...