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.
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.