Q77
What will be the output of the following Python code? a=165 b=sum(list(map(int,str(a)))) print(b)
A.
561
B.
5
C.
12
AnswerD.
Syntax error
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board