Q179
What will be the output of the following Python code? x = [12, 34] print(len(''.join(list(map(str, x)))))
A.
4
AnswerB.
5
C.
6
D.
error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board