Vidyalelo
Python · Q25

Python Sets MCQs: Exam

Programming · Python · question 25

Q25

What will be the output of the following Python code? >>> a=5,6,7 >>> sum(a,5)

A.
5
B.
23
Answer
C.
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