

MCQOPTIONS
Saved Bookmarks
1. |
The output of the code shown below is: s='{0}, {1}, and {2}' s.format('hello', 'good', 'morning') |
A. | hello good and morning’ |
B. | ‘hello, good, morning’ |
C. | hello, good, and morning’ |
D. | Error |
Answer» D. Error | |