'str' object does not support item assignment
특정 조건일 때, 문자열내부에서 위치를 바꾸는 코드를 짜서 난 오류이다.
파이썬에서 문자열은 수정이 불가능한 immutable이라서 그렇다.
덮어쓰거나 인덱스 슬라이싱으로 자르거나, 리스트로 변경해서 바꾸자 .
'에러노트' 카테고리의 다른 글
(Spring) UnsatisfiedDependencyException (0) | 2024.11.11 |
---|---|
(Python) 'int' object is not subscriptable (0) | 2024.03.02 |
스프링 + 포스트맨 테스트 오류 (0) | 2023.09.09 |
(Spring) BeanCreationException, Failed to load ApplicationContext 에러 (0) | 2023.09.06 |
spring 회원가입, 로그인 - postman 관련 에러 (0) | 2023.09.05 |