Vidyalelo
Python · Q59

MCQs for Python Strings: Exam

Programming · Python · question 59

Q59

What will be the output of the following Python code? print('0:.2%'.format(1/3))

A.
0.33
B.
0.33%
C.
33.33%
Answer
D.
33%

Answer: Option C

Solution

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