Vidyalelo
Python · Q77

Formatting and Decorators

Programming · Python · question 77

Q77

What will be the output of the following Python code? 'The side 1 2'.format('bright', 'of', 'life')

A.
Error
Answer
B.
'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