Python Practice Test

โ–ถ

Python Data Structures: Dictionaries and Sets 2

Free ยท Instant Results

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