Examveda

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: Option D


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python