#python #error #typeerror 해당 에러는 딕셔너리의 key값에 list자료형을 넣으려는 시도하는 경우에 발생합니다. a = {['a']:3, 'b':1} --------------------------------------------------------------------------- TypeError Traceback (most recent call last)
#
error
#
python
#
typeerror