1.

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» B. 4


Discussion

No Comment Found