Python reduce ♻️
Автор: Bro Code
Загружено: 2021-01-18
Просмотров: 27905
Python reduce function tutorial example explained
#python #reduce #function
reduce() = apply a function to an iterable and reduce it to a single cumulative value.
performs function on first two elements and repeats process until 1 value remains
# reduce(function, iterable)
import functools
letters = ["H","E","L","L","O"]
word = functools.reduce(lambda x, y,:x + y,letters)
print(word)
factorial = [5,4,3,2,1]
result = functools.reduce(lambda x, y,:x * y,factorial)
print(result)
Bro Code merch store 👟 :
===========================================================
https://teespring.com/stores/bro-code-5
===========================================================
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: