EasyOutput prediction

Dictionary missing key behavior

What does this code print?

d = {"a": 1, "b": 2}
print(d.get("c", 99))

← → arrow keys to navigate

Sign in to save your progress.

Dictionary missing key behavior - Python Data Structures Quiz | Unnested