Report Bug

Qus

What will be the output of the following Python code?

>>> a={5,6,7}
>>> sum(a,5)
Qus

निम्नलिखित Python कोड का आउटपुट क्या होगा?

>>> a={5,6,7}
>>> sum(a,5)


A. 5
B. 23
C. 18
D. Invalid syntax for sum method, too many arguments


Solution
B. 23



Explanation
The second parameter is the start value for the sum of elements in set a. Thus, sum(a,5) = 5+(5+6+7)=23.
Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad