map1 [Python] - map() 함수 파이썬에서 유용하게 쓰이는 map() 함수의 사용법을 알아보자. map() 함수란? map(function, iterable, ... ) map 함수는 모든 iterable 요소에 function을 적용하여 iterator를 리턴한다. 다시 말해, map 함수는 반복가능한 iterable 객체의 각 요소에 특정 함수를 적용해주는 함수이다. ↓↓ 영문설명 ↓↓ https://docs.python.org/3/library/functions.html#map Built-in Functions — Python 3.9.0 documentation Built-in Functions The Python interpreter has a number of functions and types built into it tha.. 2020. 11. 6. 이전 1 다음 반응형