MCQOPTIONS
Saved Bookmarks
| 1. |
} and {1}".format('foo', 'bin')) |
| A. | hello foo and bin |
| B. | hello {0} and {1} foo bin |
| C. | error |
| D. | hello 0 and 1 |
| Answer» B. hello {0} and {1} foo bin | |