TypeError: unhashable type: 'list'

1 개요[ | ]

TypeError: unhashable type: 'list'
fruits = ["Apple", "Banana", "Orange"]
print( hash(fruits) )

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}