1.

What is the output of the following? x = [[0], [1]] print(len(' '.join(list(map(str, x)))))

A. 2
B. 3
C. 7
D. 8
Answer» D. 8


Discussion

No Comment Found