

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following Python function? (Note that the number of blank spaces before the number is 5) |
A. | -12345.0 (5 blank spaces before the number) |
B. | -12345.0 |
C. | Error |
D. | -12345.000000000…. (infinite decimal places)View Answer |
Answer» C. Error | |