

McqMate
Q. |
What is the output of the following program : print '{0:-2%}'.format(1.0 / 3) |
A. | 0.33 |
B. | 0.33% |
C. | 33.33% |
D. | 33% |
Answer» C. 33.33% |
View all MCQs in
Python ProgrammingNo comments yet