Computer Science, asked by kbsuhailahmed, 8 months ago

What will be the output of the following Python code? import functools l=[1,2,3,4] print(functools.reduce(lambda x,y:x*y,l))​

Answers

Answered by ddineshnevase
2

Explanation:

dont know I have never seen it before......

Similar questions