Vidyalelo
Python · Q68

Functions in Python

Programming · Python · question 68

Q68

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

A.
[2, 2]
B.
2
C.
4
D.
none of the mentioned
Answer

Answer: Option D

Solution

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