카테고리 없음
Python Q2 - zip이 뭘까? python built-in function
olive's
2020. 9. 12. 01:22
리스트 간의 매칭, 개수가 맞지 않을 경우 가능한 범위내에서만 생성함.


docs.python.org/3.3/library/functions.html
2. Built-in Functions — Python 3.3.7 documentation
2. 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. abs(x) Return the absolute value of a number. The argument may be an integer or a floating
docs.python.org