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» D. none of the mentioned


Discussion

No Comment Found