A Admin • 832.27K Points Coach Q. Which of the following statements will correctly initialize an empty dictionary? (A) my_dict = [] (B) my_dict = dict() (C) my_dict = () (D) my_dict = set() Correct Answer - Option(B) Views: 20 Filed under category Python Hashtags: Python Dictionary Share Manage Tags
Discusssion
Login to discuss.