Login
Remember
Register
Ask a Question
What is the output of the code shown below?
0
votes
asked
Jun 13, 2019
in
Python
by
Derya
What is the output of the code shown below?
'The {} side {1} {2}'.format('bright', 'of', 'life')
a. No output
b. Error
c. ‘The {bright} side {of} {life}’
d. ‘The bright side of life’
#python
#python-programming
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...