

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the code shown below? '{0:.2f}'.format(1.234) |
A. | ‘ff, 255’ |
B. | 255, 255’ |
C. | ‘15f, 15f’ |
D. | Error |
Answer» B. 255, 255’ | |