Q25
What will be the output of the following Python code? >>> a=5,6,7 >>> sum(a,5)
A.
5
B.
23
AnswerC.
18
D.
Invalid syntax for sum method, too many arguments
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board