4. Iterable 다루기


i번째 원소와 i+1번째 원소

모든 멤버의 type 변환하기

map 함수 응용하기

5. Sequence Types 다루기


sequence 멤버를 하나로 이어붙이기

삼각형 별찍기

6. Itertools / Collections 모듈

* 2차원 리스트를 1차원 리스트로 만들기

* 순열과 조합 combinations, permutations