파이썬 코딩의 기술 - (8) 여러 이터레이터에 대해 나란히 루프를 수행하려면 zip을 사용하라
zip() Iterate over several iterables in parallel, producing tuples with an item from each one. zip() returns an iterator of tuples https://docs.python.org/3/library/functions.html#zip Built-in Functions The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.,,,, Built-in Functions,,, A, abs(), aiter(), all(),..