You May Also Enjoy
[Python] reduce 함수
less than 1 minute read
iterate 객체의 모든 요소를 누적 계산하는 함수
[Python] filter 함수
less than 1 minute read
iterate 객체 중 조건을 만족하는 요소만 남기는 함수
[Python] map 함수
less than 1 minute read
iterate 객체의 모든 요소에 특정 함수를 적용하는 함수
[Python] 람다 함수 lambda
less than 1 minute read
함수를 따로 정의하지 않고 즉시 사용할 수 있는 익명 함수
Comments