728x90
반응형
TypeError: 'str' object does not support item assignment은 문자열(string)은 아이템 수정이 불가능하다는 이야기 이다.
즉, 바꾸고 싶은 변수의 자료형을 str이 아니라 list등으로 바꿔주면 된다
728x90
반응형
'오류를 고쳐라!' 카테고리의 다른 글
TypeError: 'list' object cannot be interpreted as an integer 해결 (0) | 2023.06.14 |
---|---|
ZeroDivisionError: integer division or modulo by zero 해결 (0) | 2023.06.13 |
Type Error: list indices must be integers or slices, not tuple (0) | 2023.06.06 |
TypeError: can only concatenate str (not "int") to str 해결 (0) | 2023.04.12 |