Q.

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

A. 2
B. 4
C. error
D. none of the mentioned
Answer» A. 2
3.6k
0
Do you find this helpful?
23

View all MCQs in

Python Programming

Discussion

No comments yet