Vidyalelo
Python · Q174

Functions in Python

Programming · Python · question 174

Q174

What will be the output of the following Python code? x = [12, 34] print(len(list(map(len, x))))

A.
2
B.
1
C.
error
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board