Vidyalelo
Python · Q75

MCQs for Python Strings: Exam

Programming · Python · question 75

Q75

What will be the output of the following Python code snippet? print(':#'.format(1112223334))

A.
1,112,223,334
B.
111,222,333,4
C.
1112223334
Answer
D.
Error

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board