itertools module documentation islice(iterable, start, stop, step): 슬라이싱과 동일한(음수 step은 지원안함) 저시기이지만 리턴값이 이터레이터임. i, j nested for loop with {itertools.product} {python}