Python/Python

반복문 while문과 for문 / range()를 이용한 반복문 범위 설정

leehii 2022. 5. 31. 13:40

for i in  range(A,B,C)

A = 시작인덱스 번호

B = 종료인덱스 번호+1

C = A의 증감치