MCQOPTIONS
Saved Bookmarks
| 1. |
} and {1}".format(('foo', 'bin'))) |
| A. | hello foo and bin |
| B. | hello (‘foo’, ‘bin’) and (‘foo’, ‘bin’) |
| C. | error |
| D. | none of the mentioned |
| Answer» D. none of the mentioned | |