

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the following? x = [12, 34] print(len(''.join(list(map(int, x))))) |
A. | 2 |
B. | 4 |
C. | error |
D. | none of the mentioned |
Answer» D. none of the mentioned | |