EASY·Output prediction

What does this code print?

try:
    d = {[1, 2]: "value"}
except Exception as e:
    print(type(e).__name__)

Sign in to save your progress.