MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Suppose d = {“johnâ€:40, “peterâ€:45}. To obtain the number of entries in dictionary which command do we use? | 
                            
| A. | d.size() | 
| B. | len(d) | 
| C. | size(d) | 
| D. | d.len() | 
| Answer» C. size(d) | |