EasyOutput prediction

get() with no default

What does this code print?

d = {"x": 10}
result = d.get("y")
print(result)

← → arrow keys to navigate

Sign in to save your progress.