Q77
What will be the output of the following Python code? 'The side 1 2'.format('bright', 'of', 'life')
A.
Error
AnswerB.
'The bright side of life'
C.
'The {bright} side {of} {life}'
D.
No output
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board