EasyOutput prediction

Iterating over a dict

What does this code print?

d = {"a": 1, "b": 2, "c": 3}
for item in d:
    print(item, end=" ")

← → arrow keys to navigate

Sign in to save your progress.