EasyOutput prediction

Unhashable key type

What does this code print?

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

← → arrow keys to navigate

Sign in to save your progress.