Examveda

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

A. 2

B. 4

C. error

D. none of the mentioned

Answer: Option A


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python