Errors_Tips
TypeError: 'int' object is not subscriptable 해결
지기_
2021. 7. 24. 23:08
반응형
int 형을 인덱싱 할 수 없다는 의미이고
인덱싱 하는 대상이 int인지 list인지 확인해보면 된다.
반응형