Practice Test Geeks home

Python Data Structures: Dictionaries and Sets 3

What is the output of `d = {}; d[('a', 'b')] = 1; print(len(d))`?

Select your answer