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
What is the output of the following?
Home
Python
What is the output of the following?
0
votes
asked
Jun 13, 2019
in
Python
by
Derya
What is the output of the following?
x = 'abcd'
for i in x:
print(i.upper())
a. A B C D
b. a b c d
c. a B C D
d. error
#python-tutorial
#python
#ball-python
#java
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...