MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Which of the following is not a declaration of the dictionary? | 
                            
| A. | {1: ‘a’, 2: ‘b’} | 
| B. | dict([[1,â€aâ€],[2,â€bâ€]]) | 
| C. | {1,â€aâ€,2â€bâ€} | 
| D. | { } | 
| Answer» D. { } | |