Python [python] range&enumerate 교 향 2022. 12. 22. 15:32 https://potensj.tistory.com/114 [ Python Skill ] range 대신 enumerate를 써야하는 이유 Python에서 iterable한 자료구조를 for문을 통해 순회할때 주로 range와 enumerate 두 가지를 사용합니다. 이번 포스팅에서는 range 보다 enumerate를 써야하는 이유에 대해 살펴보겠습니다. 1. range는 len함수 potensj.tistory.com