adplus-dvertising
frame-decoration

Question

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

a.

[2, 2].

b.

2

c.

4

d.

none of the mentioned

Posted under Python

Answer: (d).none of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the following?