

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the code shown below? '%.2f%s' % (1.2345, 99) |
A. | ‘1.2345’, ‘99’ |
B. | ‘1.2399’ |
C. | ‘1.234599’ |
D. | 1.23, 99 |
Answer» C. ‘1.234599’ | |