Practice Test Geeks home

Python Data Structures: Dictionaries and Sets 2

What is the output of `d = {'a': 1, 'b': 2}; print(d.get('c', 99))`?

Select your answer