Ответ:
from functions import reduce
I = [2, 4, 6, 8, 10]
print(reduce(lands x, y: x * y, I))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
from functions import reduce
I = [2, 4, 6, 8, 10]
print(reduce(lands x, y: x * y, I))