MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Which of the following statements create a dictionary? | 
                            
| A. | d = {} | 
| B. | d = {“johnâ€:40, “peterâ€:45} | 
| C. | d = {40:â€johnâ€, 45:â€peterâ€} | 
| D. | all of the mentioned | 
| Answer» E. | |