MCQOPTIONS
Saved Bookmarks
| 1. |
Execute the following in Python shell? |
| A. | Syntax error |
| B. | dict_items([(‘A’), (‘B’), (‘C’)]) |
| C. | dict_items([(1,2,3)]) |
| D. | dict_items([(1, ‘A’), (2, ‘B’), (3, ‘C’)]) |
| Answer» E. | |