a = extend(iterable*) : a 리스트에 iterable 객체를 합칠 수 있다.
iterable* : 반복 가능한 객체. ex) list, dict, set, str, bytes, tuple