A Admin • 825.56K Points Coach Q. What will `dict.fromkeys(['a', 'b'], 0)` return? (A) {'a': 0, 'b': 0} (B) {'a': None, 'b': None} (C) {0: 'a', 0: 'b'} (D) ['a', 'b']: 0 Correct Answer - Option(A) Views: 6 Filed under category Python Hashtags: Python Dictionary Share Manage Tags
Discusssion
Login to discuss.