Discussion :: Python MCQs
-
What is the output of the following?print('The sum of {0} and {1} is {2}'.format(2, 10, 12))
Answer : Option A
Explanation :
The arguments passed to the function format can be integers also.
Be The First To Comment