A Admin • 825.56K Points Coach Q. Which is the most memory-efficient way to create a dictionary? (A) dict = {} (B) dict = dict() (C) dict = dict.fromkeys([]) (D) dict = collections.defaultdict() Correct Answer - Option(A) Views: 3 Filed under category Python Hashtags: Python Dictionary Share Manage Tags
Discusssion
Login to discuss.