1.

What is the output of the following? x = [12, 34] print(len(' '.join(list(map(int, x)))))

A. 4
B. 5
C. 6
D. error
Answer» E.


Discussion

No Comment Found