Skip to content

Instantly share code, notes, and snippets.

@gastonfeng
Last active April 22, 2019 10:11
Show Gist options
  • Save gastonfeng/93cb4b0b31b7a451555dee1560dd869f to your computer and use it in GitHub Desktop.
Save gastonfeng/93cb4b0b31b7a451555dee1560dd869f to your computer and use it in GitHub Desktop.
dict
d={[]:”str”,{}:”11”}
TypeError: unhashable type: ‘dict’
python不支持dict的key为list或dict类型,因为list和dict类型是unhashable(不可哈希)的
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment