logo

Crowdly

Рассмотрите фрагмент программного кода from functools import reduce f = l...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Рассмотрите фрагмент программного кода

from functools import reduce

f = lambda a, b: a if (a > b) else b

num = reduce(f, [47, 11, 42, 102, 13])

print (num)

 

После его выполнения на экране появится значение …

More questions like this

Want instant access to all verified answers on edu.digtlab.ru?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!